Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 306 Bytes

readme.md

File metadata and controls

10 lines (7 loc) · 306 Bytes

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.