TimoWilken / flappy-bird-pygame

A clone of Flappy Bird, using Pygame.

Home Page:https://codereview.stackexchange.com/q/61477/52040

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flappy Bird (using Pygame)

A clone of the popular app Flappy Bird, using Pygame.

This code was discussed on Code Review.

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 and nimitbhardwaj instead.

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.

About

A clone of Flappy Bird, using Pygame.

https://codereview.stackexchange.com/q/61477/52040

License:MIT License


Languages

Language:Python 100.0%