/Flappy-Bird-With-Score-Tracker

A flappy bird game that keeps your highscore saved in a text file

Primary LanguagePython

Flappy-Bird-With-Score-Tracker

A flappy bird game that keeps your highscore saved in a text file

Setup (Linux)

  1. Install Python 3.x from

    sudo apt install python3
  2. Install latest PyGame from here or

    pip3 install pygame
  3. Clone the repository:

    git clone https://github.com/Benjonesmtb/Flappy-Bird-With-Score-Tracker

    or download as zip and extract.

  4. Run the flappy.py file by

    python3 flappy.py
  5. Use or Space key to play and Esc to close the game.

Notable forks