diff options
| author | Timo Wilken | 2020-08-13 12:43:47 +0200 |
|---|---|---|
| committer | Timo Wilken | 2020-08-13 12:43:47 +0200 |
| commit | e2fbb4d35a30fbf84b81ee9e6480591419459a10 (patch) | |
| tree | 6d4d2af1698d72b3d1953a9a8df36fc355630e84 | |
| parent | 3fecf2d8008e54efe2330455063af42142339ea4 (diff) | |
| -rw-r--r-- | README.md | 16 |
1 files changed, 12 insertions, 4 deletions
@@ -2,11 +2,19 @@ A clone of the popular app *Flappy Bird*, using Pygame. -This code is discussed [here][codereview]. If you'd like to have your say about the code, leave an answer there! +This code was discussed [on Code Review][codereview]. -## Playing the game +I'm not actively maintaining this code; this repo is an archive of the code I +wrote for the above question, and some fixes. If you're looking for extra +features, have a look at the forks by [lvalencacomputacao][lvalenca] and +[nimitbhardwaj][nimit] instead. -You control the little bird. You can make it climb by pressing <kbd>the up arrow</kbd>, <kbd>Return</kbd>, <kbd>Space</kbd>, or clicking into the window. Don't crash into any pipes! For every pipe you pass without colliding, you get one point. +## Playing the game +You control the little bird. You can make it climb by pressing `↑` (up), `⏎` +(return), `␣` (space), or clicking into the window. Don't crash into any pipes! +For every pipe you pass without colliding, you get one point. -[codereview]: http://codereview.stackexchange.com/questions/61477/teaching-a-programming-class-is-my-example-game-well-written +[codereview]: https://codereview.stackexchange.com/questions/61477 +[lvalenca]: https://github.com/lvalencacomputacao/flappy-bird-pygame +[nimit]: https://github.com/nimitbhardwaj/flappy-bird-pygame |
