View all files | ||||
tui version of flappy bird
compile with make flap
run with ./flap; press space to flap
only tested using g++ 11.1.0 on Ubuntu; depends on curses
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