Basic and Ugly Minesweeper done in C++
Just use the Makefile. It compiles on Linux and Mac OSX at the moment.
$> make minesweeper; ./minesweeper SIZE_X SIZE_Y NB_MINES
You MUST provides parameters or it won't work at the moment.
- SFML 2.X
- sftools
- Boost (includes only)
- Left click to discover a Cell.
- Right click on a Cell to Flag it (mark that there is a mine here).
- Right click on a discovered Cell with enough Flags near to complete the block.
- Use CTRL to have a better visibility of the blocks.
- Press R to restart
- ECHAP or CTRL + C to Quit.
- Win / Loose Display
- Sprites for Mines and Flags
- Timer
- Display Header
- Leaderboard
- Default Parameters (easy / medium / advanced)
- (?) Online leaderboard using Parse.com
- IconFinder for the Flag Sprite.
- IGN for the Mine Sprite.