This repository is consists of the assignment(s) done for Game Programming 15CS323E during Spring 2020 at SRM IST.
An implementation of the popular Flappy Bird Game using Python
- Clone this repository ⏬
- Move inside 👉 the repo
- Open the Terminal 👩💻
- and type
cd smileplease
- Now make sure you have all the dependencies🧱
- Type in the terminal:
pip install -r requirements.txt
- Type in the terminal:
- Now start the game:
- Type in the terminal
python flappy_bird.py
- Type in the terminal
