Flappy Plane Game
Project Description
This is a basic "flappy bird" kind of game where the player just needs to doge the obstacle which comes in the way by clicking on the screen. Pygame
module is used in making this project.
Author
Dipto Bhattacharjee
Version
1.0.0
Prerequisites and procedures to run the game
- Python 3.10.8 or above. You can download Python from here
- The dependencies are listed in the requirements.txt file.
- The dependencies can be downloaded using the following command
pip install -r requirements.txt
if pip
is not installed in your system then you can try out python -m pip install -r requirements.txt
- After all these required applications you just have to run the
game.py
file using the following command python game.py
Instructions of playing the game
- Running the script
game.py
would start the game.
- Click anywhere on the screen to move the aeroplane move up. [NOTE : Holding a click is same as clicking once]
- Once after the aeroplane gets crashed, click anywhere on the screen to restart the game once again.
- To quit the game, just click the CLOSE button present in the top of the screen.
- Unleash the pilot within yourself and doge through the deadly obstacles and set up a new world record! :p
Screenshots