Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 659 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 659 Bytes

flap

tui version of flappy bird

flap

compile with make flap

run with ./flap; press space to flap

only tested using g++ 11.1.0 on Ubuntu; depends on curses

About

i initially wrote the program in unobfuscated/flap.cpp, and then tried golfing it. the end result is what you see in flap.cpp, which is a standalone program that does not depend on the unobfuscated version.

written in a voice call with @ecshreve, who wrote their own flappy bird at the same time