From 60d2130769dbe43169cce876c5055c521d4d59e7 Mon Sep 17 00:00:00 2001 From: abel465 Date: Fri, 6 Nov 2015 15:05:21 +1300 Subject: [PATCH] Create README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e219995 --- /dev/null +++ b/README.md @@ -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