aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: fe6d26856b923a0455c2e589b9ad446355dbe3b8 (plain)
1
2
3
4
5
# flappy-gb

A simple flappy bird clone for the Gameboy, written in C using the [GBDK](https://github.com/gbdk-2020/gbdk-2020).
To compile, run `build.sh`. Alternatively, a build is available in the releases section.
Thanks to GamingMonsters for their [tutorials](https://www.youtube.com/playlist?list=PLeEj4c2zF7PaFv5MPYhNAkBGrkx4iPGJo), the excellent [GBDK documentation](https://bbbbbr.github.io/gbdk-2020/docs/api/index.html), and the [Pandocs](https://gbdev.io/pandocs/).