Skip to content

Latest commit

 

History

History
85 lines (58 loc) · 2.57 KB

File metadata and controls

85 lines (58 loc) · 2.57 KB

minesweeper

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.

Sources

Properties

Resources

CMake files

Build and run

Open "Command Prompt" or "Terminal". Navigate to the folder that contains the project and type the following:

xtdc run

Output

Windows :

Screenshot

Screenshot

macOS :

Screenshot

Screenshot

Gnome :

Screenshot

Screenshot