A downloadable game for Windows

Minesweeper

This was my first project where I created a full game loop. It was also the first project where I used Unity's built-in save system.

As a developer I would like to mention that the game is created according to the MVC pattern. The whole game is divided into 3 layers:

- The core game logic (model) is completely separate from the graphical representation (view), and is completely independent on Unity;

- The controllers layer is dependent on Unity and is mainly concerned with passing user control to the model;

- The graphical representation layer (view) has no logic (except for running animations, etc.) and simply shows the user the state of the model.

This was also my first game implemented using this architectural pattern. And now, 2 years after the end of development, I'm posting the game on the site. You can look through the code on my GitHub: https://github.com/Dankisey/Minesweeper

Download

Download
Minesweeper.zip 26 MB

Install instructions

1. Download the Minesweeper.zip
2. Unzip the archive
3. Launch the Sapper.exe in unzipped folder
4. Have fun!

Leave a comment

Log in with itch.io to leave a comment.