A game for the TI-83+/TI-84+ calculators.
The following tools are required to build and run the project:
- GNU Make to run the build script.
- Spasm-ng to assemble the program code.
- Python 3 to run auxiliary scripts during the build.
- pillow library, used by some of the scripts that process graphical assets.
- MirageOS to run the project on the calculator/emulator.
The following tools are optional:
- GraphicsGale for editing the graphics.
- Wabbitemu to run the binary on your PC.
If you have installed the required tools, simply run make
from the project's root directory. This creates the compiled binary file TIQuest.8xp
.
- Download and install TI Connect
- Download MirageOS, if you do not have it installed on your calculator.
- Connect your calculator to your PC via USB.
- Open the TI Connect software and click on
Send To TI Device
. - In the new window, click the
Select Device
-Button at the top. Once your calculator has been detected, clickSelect
. - Click the
browse
button at the top and select the binary file (TIQuest.8xp
). If you do not have MirageOS installed, select that as well. - Click
Send to device
and wait for the transfer to complete. - On your calculator press the
APPS
button and start MirageOS. In MirageOS, navigate to and start TIQUEST by using the2ND
and arrow keys.