top of page

MineSweeper(C++ & SFML)

In this game, players must uncover safe cells while avoiding hidden mines scattered across a grid. Numbered cells indicate the count of adjacent mines, serving as clues to solve the board strategically.
- Players can use the Left Click to open cells and the Right Click to place flags on suspected mines.
- If an empty cell is uncovered, adjacent empty cells will automatically be revealed as a hint.
- The top-left counter displays the number of mines left to flag, while the top-right timer tracks the remaining time to clear the board.
- Players can restart the game at any time using the reset button.

ks


 
Screenshot (402).png

Add a Title

Screenshot (403).png
Screenshot (405).png
bottom of page