Skip to content

A basic game implemented using pygame library in python.

Notifications You must be signed in to change notification settings

sgunti137/Tap-to-Fly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Tap to Fly

About The Game

Flappy Bird is a basic bird game made using python. The game is that the we have to move the bird from start point without hitting the obstacles. We used pipes as the obstacles and used 3 pictures of the bird to create the animation.

Libraries Used

Python
Pygame

Execution

  • After installing the above libraries, Execute the main.py file using below command in the directory folder
python main.py

Information

The bird generally falls down due to gravity, we have to use 'space' or 'mouse' to move the bird upward.

  • The Home screen contains just contains a stationary bird. we have to press either 'space' or use 'mouse' to start the game.

  • we have to move through the pipes in this game like shown in the below screenshot.

  • If we hit the obstacle, the game ends and we get the screen with restart button and our score. To restart we have to use 'space' and after restart your best score gets updated.

About

A basic game implemented using pygame library in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages