Homage to the classic BBC Micro game.
Klotski is a micro-framework sitting on top of monogame, supporting the easy creation of tile-based 2D platform games. It is named after a Polish sliding-tile puzzle. The framework is still in development alongside Ricochet.
Ricochet-specific logic should go in the Ricochet project, whereas game physics and general mechanics should go in Klotski. The Ricochet project should not need to reference monogame.
- Download Visual Studio 2017 Community
- Download Monogame 3.6 for Visual Studio
- Download the .net framework 4.6.1
- Download mono (64-bit version and GTK#)
- In visual studio, go to tools, get tools -> get tools and features -> workloads and make sure you have these installed:
- universal windows platform development
- .net desktop development
- mobile development with .net
- .net core cross-platform development