Skip to content

Commit

Permalink
update readme, prepare for new games
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPikachu committed Dec 10, 2019
1 parent 6dc76c0 commit e7d224b
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 45 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Games
```sh
```
Some games created by python code.
You can star this repository to keep track of the project if it's helpful for you, thank you for your support.
```

# Statement
```sh
```
Most of the game materals(including music, fonts and pictures) in this repository are collected from the web, copyright belongs to the original author.
This repository is created just for learning python(Commercial prohibition).
```
Expand Down Expand Up @@ -33,7 +33,7 @@ This repository is created just for learning python(Commercial prohibition).
- Game20: [Maze](https://github.com/CharlesPikachu/Games/tree/master/Game20)

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

# More
#### WeChat Official Accounts
Expand Down
124 changes: 82 additions & 42 deletions RECORD/README.md
Original file line number Diff line number Diff line change
@@ -1,63 +1,103 @@
# Record
#### 2018-06-13
- Game1: [Bunnies and Badgers](https://github.com/CharlesPikachu/Games/tree/master/Game1)
- Version: V1.0
- Reference: [beginning-game-programming-for-teens-with-python](https://www.raywenderlich.com/24252/beginning-game-programming-for-teens-with-python)
```
add Game1: Bunnies and Badgers, in https://github.com/CharlesPikachu/Games/tree/master/Game1
Version: v0.1
Reference: https://www.raywenderlich.com/24252/beginning-game-programming-for-teens-with-python
```
#### 2018-06-14
- Game2: [Pikachu Go Go Go~~~](https://github.com/CharlesPikachu/Games/tree/master/Game2)
- Version: V1.0
```
add Game2: Pikachu Go Go Go~~~, in https://github.com/CharlesPikachu/Games/tree/master/Game2
Version: v0.1
```
#### 2018-06-26
- Game3: [Puzzle pieces](https://github.com/CharlesPikachu/Games/tree/master/Game3)
- Version: V1.0
```
add Game3: Puzzle pieces, in https://github.com/CharlesPikachu/Games/tree/master/Game3
Version: v0.1
```
#### 2018-07-12
- Game4: [Skier](https://github.com/CharlesPikachu/Games/tree/master/Game4)
- Version: V1.0
```
add Game4: Skier, in https://github.com/CharlesPikachu/Games/tree/master/Game4
Version: v0.1
```
#### 2018-07-19
- Game5: [Tank War](https://github.com/CharlesPikachu/Games/tree/master/Game5)
- Version: V1.0
```
add Game5: Tank War, in https://github.com/CharlesPikachu/Games/tree/master/Game5
Version: v0.1
```
#### 2018-08-05
- Game6: [FlappyBird](https://github.com/CharlesPikachu/Games/tree/master/Game6)
- Version: V1.0
```
add Game6: FlappyBird, in https://github.com/CharlesPikachu/Games/tree/master/Game6
Version: v0.1
```
#### 2018-08-18
- Game7: [T-Rex Rush](https://github.com/CharlesPikachu/Games/tree/master/Game7)
- Version: V1.0
```
add Game7: T-Rex Rush, in https://github.com/CharlesPikachu/Games/tree/master/Game7
Version: v0.1
```
#### 2018-08-29
- Game8: [Tower Defense](https://github.com/CharlesPikachu/Games/tree/master/Game8)
- Version: V1.0
```
add Game8: Tower Defense, in https://github.com/CharlesPikachu/Games/tree/master/Game8
Version: v0.1
```
#### 2018-09-11
- Game9: [Catch apples and coins](https://github.com/CharlesPikachu/Games/tree/master/Game9)
- Version: V1.0
```
add Game9: Catch apples and coins, in https://github.com/CharlesPikachu/Games/tree/master/Game9
Version: v0.1
```
#### 2018-10-07
- Game10: [Aircraft war](https://github.com/CharlesPikachu/Games/tree/master/Game10)
- Version: V1.0
```
add Game10: Aircraft war, in https://github.com/CharlesPikachu/Games/tree/master/Game10
Version: v0.1
```
#### 2018-11-08
- Game11: [Tetris](https://github.com/CharlesPikachu/Games/tree/master/Game11)
- Version: V1.0
```
add Game11: Tetris, in https://github.com/CharlesPikachu/Games/tree/master/Game11
Version: v0.1
```
#### 2018-12-02
- Game12: [Sokoban](https://github.com/CharlesPikachu/Games/tree/master/Game12)
- Version: V1.0
```
add Game12: Sokoban, in https://github.com/CharlesPikachu/Games/tree/master/Game12
Version: v0.1
```
#### 2019-01-07
- Game13: [Alien Invasion](https://github.com/CharlesPikachu/Games/tree/master/Game13)
- Version: V1.0
```
add Game13: Alien Invasion, in https://github.com/CharlesPikachu/Games/tree/master/Game13
Version: v0.1
```
#### 2019-02-12
- Game14: [Pacman](https://github.com/CharlesPikachu/Games/tree/master/Game14)
- Version: V1.0
```
add Game14: Pacman, in https://github.com/CharlesPikachu/Games/tree/master/Game14
Version: v0.1
```
#### 2019-03-15
- Game15: [GemGem](https://github.com/CharlesPikachu/Games/tree/master/Game15)
- Version: V1.0
- Reference: http://inventwithpython.com/pygame
```
add Game15: GemGem, in https://github.com/CharlesPikachu/Games/tree/master/Game15
Version: v0.1
Reference: http://inventwithpython.com/pygame
```
#### 2019-04-17
- Game16: [24 point](https://github.com/CharlesPikachu/Games/tree/master/Game16)
- Version: V1.0
```
add Game16: 24 point, in https://github.com/CharlesPikachu/Games/tree/master/Game16
Version: v0.1
```
#### 2019-05-22
- Game17: [Pingpong](https://github.com/CharlesPikachu/Games/tree/master/Game17)
- Version: V1.0
```
add Game17: Pingpong, in https://github.com/CharlesPikachu/Games/tree/master/Game17
Version: v0.1
```
#### 2019-07-06
- Game18: [Breakout clone](https://github.com/CharlesPikachu/Games/tree/master/Game18)
- Version: V1.0
```
add Game18: Breakout clone, in https://github.com/CharlesPikachu/Games/tree/master/Game18
Version: v0.1
```
#### 2019-08-28
- Game19: [Bomber Man](https://github.com/CharlesPikachu/Games/tree/master/Game19)
- Version: V1.0
```
add Game19: Bomber Man, in https://github.com/CharlesPikachu/Games/tree/master/Game19
Version: v0.1
```
#### 2019-10-01
- Game20: [Maze](https://github.com/CharlesPikachu/Games/tree/master/Game20)
- Version: V1.0
```
add Game20: Maze, in https://github.com/CharlesPikachu/Games/tree/master/Game20
Version: v0.1
```

0 comments on commit e7d224b

Please sign in to comment.