Skip to content

FlapBird is a FlappyBird-type game made for the TI-84 plus CE calculator.

License

Notifications You must be signed in to change notification settings

WolfVdS/FlapBird-TI-84-plus-CE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FlapBird-TI-84-plus-CE

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.

Gameplay

FlapBirdGameplay3

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.

How to play

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.

Development

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.