Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Minesweeper Reborn 1.0

Latest
Compare
Choose a tag to compare
@AbirRazzak AbirRazzak released this 05 Sep 20:30
· 3 commits to master since this release

Main release for in-class presentation.

alt text

Known Bugs:

  • Resetting the board causes the right-click flag functionality to be disabled.

Things that do not work upon submission of the project:

  • There are no bombs remaining counter
  • The reset button does not change to the death symbol when clicking on a bomb

Things that are currently working upon submission of the project:

  • The reset button successfully resets the board
  • Right-clicking a tile will flag it (asides from the bug mentioned previously)
  • Revealing empty tiles will reveal all adjacent number tiles, and revealing a number tile will reveal all adjacent empty tiles and any empty tiles adjacent to them (this chaining of empty tiles will also reveal adjacent number tiles to the empty ones)
  • The board is randomly generated, with 10 random bombs in each game instance
  • Clicking on a bomb will cause the game to no longer be playable until the reset button is clicked