DaveTCode / zmachine-golang

A Z-Machine interpreter written in golang specifically to learn a little about golang and because it's fun
MIT License
0 stars 0 forks source link
golang z-machine

Z-Machine Interpreter / Goz

This project contains a (currently partial) implementation of the zmachine specification 1.1 as a learning project for golang implemented using bubbletea for the TUI.

README partial during early development. Basic state is currently:

zork1.z1 (a v1 game) can be played for the first ~50 points or so before something goes wrong. Other games have similar patterns.