InfiniteXyy / flappybird

A simple Flappy Bird game when i was learning Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple Flappy Bird game when i was learning Python.


Languages

Language:Python 100.0%