Simple puzzle game made with MonoGame.
dotnet build KlSS.csproj
dotnet run
dotnet publish -r win-x64 -c release /p:TrimUnusedDependencies=true
dotnet publish -r osx-x64 -c release /p:TrimUnusedDependencies=true
dotnet publish -r linux-x64 -c release /p:TrimUnusedDependencies=true