Skip to content

A simple Flappy Bird game when i was learning Python.

Notifications You must be signed in to change notification settings

InfiniteXyy/flappybird

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages