Skip to content

JonasVdS18/MinicraftCE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MinicraftCE

IMPORTANT: this project is still under construction

A custom version of minicraft for your TI-84 plus CE calculator. The source code of minicraft where this project is based upon is available at: minicraft

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.

BUILDING

If you would like to build MinicraftCE 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.