diff options
| -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 |
