Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.93 KB

README.md

File metadata and controls

28 lines (19 loc) · 1.93 KB

CALCPONG

A custom version of pong for your TI-84 plus CE calculator.

The calculator on the left is controlled with the 2nd key and the alpha key, the calculator on the right is controlled with the up and down arrow keys.

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.

This was my first project ever in c/c++ for the TI-84 plus CE calculator, so the code may not be the best, but i've tried my best to restructure the original source code and add comments so that the code makes more sense :)

You are always free to add new features.

SCREENSHOTS

CALCPONG_screenshot CALCPONG_video2

BUILDING

If you would like to build CALCPONG yourself, be sure you have the latest LLVM CE C Toolchain installed.

Simply clone or download the repository from above. Don't forget to copy one of the makefiles that belongs to your OS (from the makefiles folder) to the root of the project. Finally run the following commands to build the project:

make gfx
make

INFO

if you want to know more about developing games for the TI-84 plus CE calculator, I highly recommend to take a look at the CE C Toolchain they also have a documentation. You can also use the CEmu emulator to experiment on a virtual calculator, so that if you do something wrong, you won't crash your actual calculator.