Is there a game engine in Go that can make an RTS game?

This page summarizes the projects mentioned and recommended in the original post on /r/golang

InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
  1. jMonkeyEngine

    A complete 3-D game development suite written in Java.

    I'd love to see something like https://jmonkeyengine.org/ for golang..

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. OpenRA

    Open Source real-time strategy game engine for early Westwood games such as Command & Conquer: Red Alert written in C# using SDL and OpenGL. Runs on Windows, Linux, *BSD and Mac OS X.

    If you want something that specialized, just learn C#, it is not that hard to learn. https://github.com/OpenRA/OpenRA

  4. Godot

    Godot Engine – Multi-platform 2D and 3D game engine

    Have you tried out Godot. https://godotengine.org/

  5. gopherjs

    A compiler from Go to JavaScript for running Go code in a browser

    Why not use https://github.com/gopherjs/gopherjs with jMonkeyEngine as-is?

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Is there a love2d for c++?

    3 projects | /r/gamedev | 25 May 2023
  • How to Decide Which Engine is Right for You

    5 projects | dev.to | 8 Dec 2024
  • Sprig: Build a game, get an open source console

    1 project | news.ycombinator.com | 27 Sep 2024
  • How to use an auto-tiling technique in your next game project

    3 projects | dev.to | 2 Jul 2024
  • Web Game Engines and Libraries

    5 projects | news.ycombinator.com | 23 Apr 2024

Did you know that Java is
the 8th most popular programming language
based on number of references?