bitscuit 92db171b7e | ||
---|---|---|
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
bird.c | ||
bird.h | ||
config.h | ||
flappy | ||
game.c | ||
game.h | ||
main.c | ||
pipe.c | ||
pipe.h | ||
project.code-workspace |
README.md
FlappyBird
Implementation of the game Flappy Bird in C. It makes use of the curses library to render the game in a TUI.
I wrote this code some time ago and now made it open source to share it with you. Enjoy!
Created by Thomas Van Acker. Available under the GPLv3 license.