Skip to content

Arshia-Izadyar/flappy-bird-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flappy-bird2.0

this is a flappy-bird clone 🐥

written in python with pygame 🎮

How to paly :

  1. first install pygame

     pip install pygame==2.3.0
    
  2. or install from requirements.txt

     pip install -r requirements.txt
    
  3. run the game in terminal (Windows)

     py main.py
    
  4. run the game in terminal (Linux or Mac)

     python main.py
    
  5. press up arrow key to start ⬆️

  6. press Space or up arrow key to jump 🦘

  7. press Esc to quit

ENJOY ✌️

image