This project aims to build an open source multiplayer 3D real-time strategy game platform that enables the community to create customized content and gameplay.
The game is playable today with 1 map and 1 race. Video footage showcasing the current gameplay:
To install the game, download the latest artifact from the main branch GitHub action.
Supported platforms: Windows, MacOS, Linux.
Prerequisite:
- Run 
git submodule update --init --recursiveto fetch all dependencies. - Run 
./build.ps1on Windows and./build/shon other systems to produce binary files underoutfolder. - Run 
dotnet buildfor C# only changes. 
The only way to rebuild shaders (
*.fxfiles) today is using Visual Studio on Windows due to dependency onMicrosoft.HLSL.CSharpVB.
