We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 03cadafCopy full SHA for 03cadaf
README.md
@@ -0,0 +1,16 @@
1
+# Simple-Python-MineSweeper
2
+This simple project is my first relativily big project and is being used as a learning tool. Input is appreciated
3
+
4
+TODO:
5
6
+1. Wining<br>
7
+2. Stand alone UI<br>
8
+3. Better Mine Generation (closer to original)<br>
9
+4. Simple Dificulties<br>
10
11
+Done:
12
13
+1. Simple Mine Generation <br>
14
+2. Simple CommandPrompt interface <br>
15
+3. Losing <br>
16
+4. Custom Dificulty
0 commit comments