Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.19 KB

readme.md

File metadata and controls

28 lines (21 loc) · 1.19 KB

CEleste

A Celeste Classic port for the TI-84+CE and TI-83PCE graphing calculators.

Screenshot

Usage

(A video tutorial for the following steps is also available here)

Transfer CELESTE.8xp and the C Libraries to the calculator using TI Connect CE or TiLP. Then, select prgmCELESTE from the program menu and press enter. If this results in an error, arTIfiCE is required for your OS version.

Use the arrow keys to move, 2nd to jump and alpha to dash. To exit the game, press the clear key.

Compiling

To build this repository from source, the CE C Toolchain is required. After installing the toolchain, clone this repository and run make gfx inside it to generate the graphics data, and then make to compile. The output .8xp can be found in the bin/ directory.

Credits

Based on Celeste Classic by Maddy Thorson and Noel Berry. C++ calculator port by John "commandblockguy" Cesarz.