this is a flappy-bird clone 🐥
written in python with pygame 🎮
How to paly :
-
first install pygame
pip install pygame==2.3.0
-
or install from requirements.txt
pip install -r requirements.txt
-
run the game in terminal (Windows)
py main.py
-
run the game in terminal (Linux or Mac)
python main.py
-
press up arrow key to start ⬆️
-
press Space or up arrow key to jump 🦘
-
press Esc to quit
ENJOY ✌️