aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimo Wilken2020-08-13 12:43:47 +0200
committerTimo Wilken2020-08-13 12:43:47 +0200
commite2fbb4d35a30fbf84b81ee9e6480591419459a10 (patch)
tree6d4d2af1698d72b3d1953a9a8df36fc355630e84
parent3fecf2d8008e54efe2330455063af42142339ea4 (diff)
Link to forks in README.HEADmaster
-rw-r--r--README.md16
1 files changed, 12 insertions, 4 deletions
diff --git a/README.md b/README.md
index da22587..31b2e71 100644
--- a/README.md
+++ b/README.md
@@ -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