Template for a new game using https://github.com/craftworkgames/katabasis
- Download and install .NET 5.
- If you are on Windows, install Windows Subsystem for Linux.
- Optional: If you are on Windows, install Windows terminal.
- Run
bash ./ext/katabasis/get-fna-libs.sh
in terminal / powershell / command prompt from the root of the repository. - If using Visual Studio or Rider: Open
./src/dotnet/MyGame.sln
. - If using a text editor (e.g. VSCode) + terminal:
dotnet build ./src/dotnet/MyGame.sln