We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b32827e commit a4693f0Copy full SHA for a4693f0
.gitignore
@@ -1,4 +1,5 @@
1
.idea/
2
+.vscode/
3
*.pickle
4
5
# Byte-compiled / optimized / DLL files
README.md
@@ -1,5 +1,8 @@
# Minesweeper

+
+Run `python -m minesweeper`
6
### Features
7
- Authorization
8
- Save and continue the game
requirements.txt
@@ -0,0 +1 @@
+Pillow==8.0.1
0 commit comments