Skip to content

Python Flappy bird clone made using Pygame. An old project from 2021

Notifications You must be signed in to change notification settings

SairaPatel/FlappyBirdClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flappy Bird Clone

Background

This is an old project from 2021. It is a simple clone of Flappy Bird using Pygame. This was one of the first (non-text-based) Python projects that I created after I taught myself Python during lockdown. Definetely not my best work, but I thought it would be fun to share!

The Game

  • User can use their mouse or Space bar to make the bird flap.
  • If the bird touches a green pipe or the floor, it dies.
  • The score is the number of pipes that the bird passes before dying

Demo

image image

Run Project

To run this project, ensure pygame is installed using pip install pygame and then run main.py

About

Python Flappy bird clone made using Pygame. An old project from 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages