Skip to content

calvincramer/theseus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This game is a clone of an old iPhone game I used to play called Theseus by Jason Fieldman for the TI-84 Plus. The name is based upon the story "Theseus and the Minotaur". While this is a clone of the older version of the game from 2008 and apparantly he came out with a newer version of it in 2015! You can see the source code of the original here. All of the level designs are copied from Jason Fieldman's game.

The Level Maker is a graphical tool to easily generate the needed representation that is used to store levels.

The Pre Compiler is used to take the nicely formatted for human eyes text file and remove all unecessary things before converting to .8xp. This step actually makes the program run a lot faster, and take up less space, since the program is not actually compiled. TI BASIC is interpreted.


Installation

Requirements

  • Computer
  • TI-84 Plus Calculator
  • USB-A to USB-B male-to-male connector
  • Confidence (you can do it!)

Instructions

  1. Clone this repository, or just copy the LEVELS.8xp and THESEUS.8xp files in the TI_84_PROGRAMS folder from github.

  2. Install TI Connect:

  • This is to let your computer talk to you calculator
  • Link
  • Install
  • Plug in your USB-B cable to the calculator and computer.
  • Click Send To Device
  • Click Select Device and your calculator should show up. Make sure it is on.
  • Click on Browse and select the LEVELS.8xp and THESEUS.8xp files.
  • Click Send to Device
  1. Play! Go to the programs on the calculator and press on THESEUS.

Note

If you get this game running on different versions of calculator, please let me know. Also if you have tips on how to make the game run faster let me know as well.

Other helpful tools

Future Endeavors

Use machine code instead of the interpreted TI-BASIC language. This is necessary to get any decetly fast (and responsive) game.

About

A clone of the old iPhone game Theseus, for the TI-84 Plus handheld calculator

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages