💠 This is a simple flappy bird game that you can play in your terminal. 💠
First, clone this repository and cd into it:
git clone https://github.com/SkwalExe/flappy.git
cd flappyThen, install the dependencies:
pip install -r requirements.txtFinally, launch the game with python
python3 src/main.py- Use the
SPACEkey to make the bird flap - Use
ESCto quit the game - Use
ENTERto pause the game
If you have any problem, dont hesitate to open an issue.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.


