To run: download minesweeper.exe and open it.
Features:
- Completely functional Minesweeper game with standard rules.
- Possibility to choose any field size and any amount of mines.
- Possibility to save game records and view them later.
minesweeper.cpp contains all the code. It is written mostly in C style but has some C++ syntax features, so it can be compiled in a C++ compiler only.
The program will work correctly only in the Windows OS - this is due to the usage of console commands.