Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 738 Bytes

File metadata and controls

16 lines (13 loc) · 738 Bytes

Flappy Bird

Running the game

To run: python3 flappy.py

How To Play

Flappy Bird is a side-scrolling mobile game featuring 2D retro style graphics. The objective is to direct a flying bird who moves continuously to the right, between sets of Mario-like pipes. If the player touches the pipes, they lose. The score increases as the player navigates pasts the pipes.

Controls

Action Key
Jump Space, Arrow Up
Exit Esc

Issues

1. Bottom of second pipe set missing

The bottom of the second set of pipes is missing. None of the other pipes are missing and it always is the second one when the game is played. Normally every set of pipes should have a bottom and a top.