A simple clone of the classic Flappy Bird game implemented in Python using the Pygame library.
python3
is required.pygame
will be installed automatically if not already installed. This may not work on linux distros where the python environments are externally managed such as arch linux. in those, you have to manually install pygame package.
git clone https://github.com/tmpstpdwn/FloopyBirdy
python3 FloopyBirdy/src/main.py
- After running the
main.py
script; the game will be lauched with an interface asking you to click to start the game. - You can use
left mouse button
for controls. - Start the game by hitting the control, then use the control to navigate the bird through pillars.
- Hitting the pillars, the ground or the roof will cause you to lose the game and the game will return to starting interface prompting you to click to start again
This project is licensed under the GPL3 LICENSE.