Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 1.11 KB

readme.md

File metadata and controls

28 lines (21 loc) · 1.11 KB

Eitrix for TI 83/84 Plus

This is the source for my multiplayer Tetris adaption with powerups, written with Axe Parser for the Texas Instruments TI 83/84 Plus series of graphing calculators.

bin

Contains the binary files executed on the calculator itself. To run them, use DoorsCS, which contains the CALCnet2.2 two-wire networking library that powers Eitrix's linkplay.

calc_src

Contains the Axe source code written on the calculator, along with dependencies and art assets. Axe Parser is needed to compile this code. zStart is strongly recommended for code editing and compilation features.

human_src

Human readable source for casual browsing or on-computer editing. TokenIDE by Shaun McFall was used to generate these source files, and is needed if you wish to convert those files back to their calculator formats for compilation.