/FlappyBird

An implementation of the classic arcade game Flappy Bird

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Flappy Bird

Tried making flappy bird in a day and this is the final product

Build Instructions

  • Install python 3.9
  • Browse to the FlappyBird directory on your terminal/commandline.
  • Use pip install -r requirements.txt to install the requirements
  • Use python flappy_bird.py to run the game.