Flappy-Bird-With-Score-Tracker
A flappy bird game that keeps your highscore saved in a text file
Setup (Linux)
-
Install Python 3.x from
sudo apt install python3
-
Install latest PyGame from here or
pip3 install pygame
-
Clone the repository:
git clone https://github.com/Benjonesmtb/Flappy-Bird-With-Score-Tracker
or download as zip and extract.
-
Run the flappy.py file by
python3 flappy.py
-
Use ↑ or Space key to play and Esc to close the game.