Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 707 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 707 Bytes

katabasis-game-template

Template for a new game using https://github.com/craftworkgames/katabasis

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