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 --recursive
to fetch all dependencies. - Run
./build.ps1
on Windows and./build/sh
on other systems to produce binary files underout
folder. - Run
dotnet build
for C# only changes.
The only way to rebuild shaders (
*.fx
files) today is using Visual Studio on Windows due to dependency onMicrosoft.HLSL.CSharpVB
.