An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# flap

tui version of flappy bird

![flap](https://user-images.githubusercontent.com/4583705/171503091-bfb8c04d-cc69-4317-94cd-75e6cb320f80.gif)

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