https://github.com/cgsdev0/flap
code-golfed flappy bird in your terminal
https://github.com/cgsdev0/flap
cpp flappy-bird tui
Last synced: 7 months ago
JSON representation
code-golfed flappy bird in your terminal
- Host: GitHub
- URL: https://github.com/cgsdev0/flap
- Owner: cgsdev0
- Created: 2021-01-12T07:18:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-10T19:20:12.000Z (over 3 years ago)
- Last Synced: 2025-03-17T00:07:52.582Z (7 months ago)
- Topics: cpp, flappy-bird, tui
- Language: C++
- Homepage:
- Size: 9.77 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flap
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
## 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](https://github.com/ecshreve/), who wrote [their own flappy bird](https://github.com/ecshreve/gappy) at the same time