Tried making flappy bird in a day and this is the final product
- 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.