empathicqubit / tyzzy

TI 83/84 calculator Infocom Z-Machine interpreter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tyzzy

A TI 83/84 Plus Z-Machine Interpreter. Based on the TI C project template.

It doesn't work yet! The game (HHGG) is set up and it prints text and stops at the first prompt.

Preview

Trust me. :) It's all there, it just renders weirdly.

Build instructions

  1. Clone down project
  2. Install make
  3. Load submodules git submodule init && git submodule update --recursive
  4. Install z88dk 2.3+ on PATH
  5. make
  6. Get ti83plus.rom (Must manually download. Not included in project or curl'd for legal reasons) and put in gitroot
  7. Get WabbitEmu choco install wabbitemu --prerelease
  8. make debug-emu

About

TI 83/84 calculator Infocom Z-Machine interpreter

License:MIT License


Languages

Language:Assembly 75.8%Language:Makefile 9.9%Language:Shell 4.7%Language:C 4.7%Language:C++ 2.5%Language:Dockerfile 2.3%