Skip to content

tmpstpdwn/FloopyBirdy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FloopyBirdy

FloopyBirdy Screenshot

A simple clone of the classic Flappy Bird game implemented in Python using the Pygame library.

Screenshots

After the game is launched

Gameplay Screenshot

During gameplay

Gameplay Screenshot

Game over

Gameplay Screenshot

Dependencies

  • 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.

Running

git clone https://github.com/tmpstpdwn/FloopyBirdy
python3 FloopyBirdy/src/main.py

usage

  • 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

License

This project is licensed under the GPL3 LICENSE.