Skip to content

Commit 994e10a

Browse files
committed
012 Minesweeper game
1 parent 6a0c4d9 commit 994e10a

File tree

5 files changed

+818
-3
lines changed

5 files changed

+818
-3
lines changed

011_snake_game.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 10 gobang
1+
# 11 Snake game
22

33
## Requirements
44

@@ -128,7 +128,7 @@ Please save the Python as snake.py and run it in console:
128128
python snake.py
129129
```
130130

131-
![Chanllenge 10](images/011_snake.png)
131+
![Chanllenge 11](images/011_snake.png)
132132

133133
----
134134

@@ -262,4 +262,4 @@ move()
262262
python snake.py
263263
```
264264

265-
![挑战10](images/011_snake.png)
265+
![挑战11](images/011_snake.png)

0 commit comments

Comments
 (0)