FlapBird is a FlappyBird-type game made from scratch for the TI-84 plus CE calculator using the CE development toolchain. I made this project when i was 16 years old as my first c++ project, but I have updated it a little since.
FlapBird jumps up using the up-arrow key. To try again after hitting a pipe, use the 2nd key. To stop the game, simply press the del key.
You can download the newest release in the releases tab (on the right side of this github page). To install the game on your calculator, you will need to have TI connect CE and you also need to install the CE C 'Standard' Libraries.
If you would like to build the project yourself or contribute, you can clone or download this repository. Make sure to also install the latest CE C Toolchain. You can build the project using the following commands.
make gfx
make
You can find the build named "FlapBird.8xp" in the bin folder.