Skip to content

LeBodro/KlSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

113 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple puzzle game made with MonoGame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors