Skip to content

Kaiserchen85/Mines-and-Tiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mines and Tiles

This is a recreation of the classic minesweeper game!

The game will take the form of a board with unrevealed tiles. There exists mine tiles and safe tiles. The goal of the game is to uncover every single tile in the game EXCEPT the ones that are mines. The safe tiles will indicate how many mines are surrounding it (up, down, left, right, and diagonals too)!

How to Play:

  • Left Click to reveal the tile. If you hit a mine, the board will be revealed and you will lose. If the tile is flagged (read about it below), it won't reveal.
  • Right Click to flag/unflag a tile. If you flag a tile, you are assuming it's a mine and thus you won't be able to reveal it UNLESS you unflag it.
  • To make things easier, if you flagged all the mines surrounding a revealed tile, hold left click to reveal all of its surrounding tiles (except the flagged tiles).

Hope you enjoy playing!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages