forked from CharlesPikachu/Games
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update readme, prepare for new games
- Loading branch information
1 parent
6dc76c0
commit e7d224b
Showing
2 changed files
with
85 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |