Skip to content

HorizonIV/CALCPONG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

image PongScored

BUILDING

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

Then simply clone or download the repository from above, and run the following commands:

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.