Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
abel465 committed Nov 6, 2015
1 parent e9d200d commit 60d2130
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# minesweeper

###Features include:

- Difficulty options

rows cols mines
Easy 9 9 12
Medium 16 16 40
Hard 16 30 75
Custom x x x

- Flagging with right click

- Change the size of the game

- Timer that goes up to 999 seconds

- High Scores based on time to complete game for the three difficulties

- Count of how many mines left to flag as found

- Other standard minesweeper features

###Known Issues:

- crashes with a large amount of squares ( > 3000)

- Takes a while to create a large amount of squares. eg: 10 seconds for 2800 squares

0 comments on commit 60d2130

Please sign in to comment.