/KlSS

Simple puzzle game made with MonoGame.

Primary LanguageC#

KlSS

CircleCI

Simple puzzle game made with MonoGame.

Build and Run

  1. dotnet build KlSS.csproj
  2. dotnet run

Publish

  • Windows: dotnet publish -r win-x64 -c release /p:TrimUnusedDependencies=true
  • Mac: dotnet publish -r osx-x64 -c release /p:TrimUnusedDependencies=true
  • Linux: dotnet publish -r linux-x64 -c release /p:TrimUnusedDependencies=true