Flappy Bird Game is a desktop application i.e, developed in python programming language using pygame module.
- It is single player only i.e. you play with computer.
- You have to keep the bird moving forward and avoid the contact with the obstacles.
- You have to remain in the screen until long green channels show up before you.
- The user needs to control the bird fluttering up, down using the Spacebar or mouse clicks.
- Avoid the contacts with the pipes to score more.
- As long as you be alive more will be your score.
- Install Python 3.x (recommended) from here
- Install Pygame 2.x(recommended) from here
- Download this repository as zip and extract.
- open cmd prompt and adjust the directory to 'Flappy Bird' folder.
- type this command to run the code
flappy_bird.py
- Press Enter to run the code and start playing.
- Have fun!!