Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 353 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 353 Bytes

flappy-bird-with-python

A flappy bird made using python and pygame. Make sure you have python3 installed in your local system

For running it

git clone https://github.com/shaishguni/flappy-bird-with-python/
virtualenv venv && source venv/bin/activate
pip install pygame
cd flappy
python3 main.py

Enjoy with your friends.