Flappy Bird in Python is a collaborative project for Brown University corse CLPS 0950. The primary contributors are Isaac Kim and Jessica Hong.
Flappy Bird in Python contains a local single player mode. To "flap", press the space bar or use left click.
git pull origin main (or git clone)
pip install -r requirements.txt
Execute index.py
pip freeze > requirements.txt
git push -m "message"
We are not accepting external contributions at this time.