• Stars
    star
    1,023
  • Rank 44,672 (Top 0.9 %)
  • Language
    Python
  • License
    MIT License
  • Created over 10 years ago
  • Updated 4 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A Flappy Bird Clone using python-pygame

FlapPyBird

A Flappy Bird Clone made using python-pygame

If you are in interested in the old one-file code for the game, you can find it here

Setup (as tested on MacOS)

  1. Install Python 3 from here (or use brew/apt/pyenv)

  2. Run make init (this will install pip packages, use virtualenv or something similar if you don't want to install globally)

  3. Run make to run the game. Run DEBUG=True make to see rects and coords

  4. Use ↑ or Space key to play and Esc to close the game.

  5. Optionally run make web to run the game in the browser (pygbag).

Notable forks

Made something awesome from FlapPyBird? Add it to the list :)

Demo

demo.mp4