Skip to content

Commit d40ac40

Browse files
add intro link for game27
1 parent 4359e6a commit d40ac40

File tree

5 files changed

+10
-2
lines changed

5 files changed

+10
-2
lines changed

Game26/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pygame

Game27/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Introduction
2-
2+
https://mp.weixin.qq.com/s/H5UisWDWubdaQEBo-sH6iA
33

44
# Environment
55
```

Game27/requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
pygame
2+
pillow

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ This repository is created just for learning python(Commercial prohibition).
3939
| Game24 | Greedy Snake | [click](https://github.com/CharlesPikachu/Games/tree/master/Game24) | [click](https://mp.weixin.qq.com/s/YdRLYz4BnfgRZMYqKvDnRA) |
4040
| Game25 | Mine Sweeper | [click](https://github.com/CharlesPikachu/Games/tree/master/Game25) | [click](https://mp.weixin.qq.com/s/O2nKNsWUigrKomW3l29Zlw) |
4141
| Game26 | Angry Birds | [click](https://github.com/CharlesPikachu/Games/tree/master/Game26) | [click](https://mp.weixin.qq.com/s/-Z_4PEF7f3ZS1CKd9D6Brg) |
42-
| Game27 | Flip Card by Memory | [click](https://github.com/CharlesPikachu/Games/tree/master/Game27) | [click]() |
42+
| Game27 | Flip Card by Memory | [click](https://github.com/CharlesPikachu/Games/tree/master/Game27) | [click](https://mp.weixin.qq.com/s/H5UisWDWubdaQEBo-sH6iA) |
4343

4444
# Record
4545
see RECORD dir please → [click](./RECORD)

RECORD/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,9 @@ Version: v0.2
161161
```
162162
add Game26: Angry Birds, in https://github.com/CharlesPikachu/Games/tree/master/Game26
163163
Version: v0.1
164+
```
165+
#### 2021-05-17
166+
```
167+
add Game27: Flip Card by Memory, in https://github.com/CharlesPikachu/Games/tree/master/Game27
168+
Version: v0.1
164169
```

0 commit comments

Comments
 (0)