Skip to content

Markovic95/minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages