Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 325 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 325 Bytes

Flappy Bird

Demo GIF

C game based on flappy bird. Running on your terminal with ncurses!

Compile

To compile you need to have the following libraries:

build-essential libncurses-dev

Compile

make

Cleaup

make clean

Just run make to compile, make clean to clean up afterwards.