/flappybird

A simple Flappy Bird game when i was learning Python.

Primary LanguagePython

Flappy Bird

This is my own version of FlappyBird.

Using Python and pygame.

Justing for learning git and python.

Quick Start

cd flappybird
# make sure you are using python3
python -m venv venv
pip install -r requirements.txt

# start flappybird
python ./game.py