https://github.com/davetcode/zmachine-golang
A Z-Machine interpreter written in golang specifically to learn a little about golang and because it's fun
https://github.com/davetcode/zmachine-golang
golang z-machine
Last synced: 7 months ago
JSON representation
A Z-Machine interpreter written in golang specifically to learn a little about golang and because it's fun
- Host: GitHub
- URL: https://github.com/davetcode/zmachine-golang
- Owner: DaveTCode
- License: mit
- Created: 2024-09-26T20:22:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-17T20:42:07.000Z (8 months ago)
- Last Synced: 2025-08-17T22:20:57.400Z (8 months ago)
- Topics: golang, z-machine
- Language: Go
- Homepage:
- Size: 345 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/charmbracelet/bubbletea) for the TUI.
README partial during early development. Basic state is currently:
- Many v1,2,3,4,5 games can be opened
- All functionality around windows/fonts/text colouring etc are not yet implemented
- There are still likely significant bugs in the implementation of basic operations
zork1.z1 (a v1 game) can be played for the first ~50 points or so before something goes wrong. Other games have similar patterns.