/FlappyBirdPython

If there is any problem with the game not launching, check the README file. Enjoy the game :)

Primary LanguagePython

This is a fork of Flappy Bird with Python by elbaraa534, so go support him!

Flappy Bird with Python

Here is Flappy Bird Python version.

Help

If the game doesn't work, there are two commons errors that you can fix.

  1. Check if there is any syntax error when defining each function. Sometimes, that is the reason why the program doesn't work.
  2. Finally, if nothing is working, try to use a good IDE, like Pycharm or VSC.

Setup

  1. Download python here.
  2. Download the project on github then extract it.
  3. Open cmd.
  4. Use cd [directory] to go to the directory that the game is in.
  5. Do pip install pygame.
  6. Finaly, do python flappy.py and the game will run!

Enjoy the game!