Skip to content

Files

Latest commit

 

History

History
28 lines (25 loc) · 1.4 KB

README.md

File metadata and controls

28 lines (25 loc) · 1.4 KB

Classic minesweeper game

4(modes) of difficulty

  • 10 x 10 : 10 bombs
  • 16 x 16 : 30 bombs
  • 30 x 16 : 99 bombs
  • 30 x 24 : 200 bombs

Games's Logic

In each round player has 3 lives points, on each bomb encounter life goes down by -1 and the player loses the round if left without lives

  • first 2 bombs clicks are marked with a warning yellow color , 3rd click is marked with color red and the users loses the round
  • The game keeps the score (best time in seconds) of each difficulty in the highScores.txt file, HighScores can be viewed from the Scores button once the game has started.

DEMO

10 x 10

tenbyten

16 x 16

16by16

16 x 30

16by30

30 x 24

30by24

Game Play

first_demo

second_demo

third_demo