-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |