Simple puzzle game made with MonoGame.
dotnet build KlSS.csprojdotnet run
- 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