The goal of the game is to uncover all the squares that do not contain mines.
To mark a mine use right click. Minesweeper is one of the most interesting logic games.
The objective of the game is to clear a rectangular board containing hidden "mines" or landmine without detonating any of them, with help from clues about the number of neighboring landmine in each field.
Minesweeper features:
- Variable minefield.
- Very addictive puzzle.
- Its a real classic minesweeper free.
- Adapted to the screen.
If you like minesweeper, you're going to love this game!
See help for more information.
- src/cell.hpp
- src/cell.cpp
- src/cell_state.hpp
- src/custom_field_dialog.hpp
- src/custom_field_dialog.cpp
- src/high_scores_dialog.hpp
- src/high_scores_dialog.cpp
- src/input_name_dialog.hpp
- src/input_name_dialog.cpp
- src/level.hpp
- src/minesweeper.hpp
- src/minesweeper.cpp
- resources/bomb.mp3
- resources/flag.png
- resources/help.md
- resources/mine.png
- resources/minesweeper.icns
- resources/minesweeper.ico
- resources/minesweeper.png
- resources/smiley1.png
- resources/smiley2.png
- resources/smiley3.png
- resources/smiley4.png
Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:
xtdc run