Skip to content

SkwalExe/flappy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💠 This is a simple flappy bird game that you can play in your terminal. 💠

Flappy 🐤

demo

Installation

First, clone this repository and cd into it:

git clone https://github.com/SkwalExe/flappy.git
cd flappy

Then, install the dependencies:

pip install -r requirements.txt

Finally, launch the game with python

python3 src/main.py

Usage

Usage

Controls

  • Use the SPACE key to make the bird flap
  • Use ESC to quit the game
  • Use ENTER to pause the game

final

If you have any problem, dont hesitate to open an issue.

contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.