https://github.com/zsteve/zebra
A Z-Machine Interpreter written in C++
https://github.com/zsteve/zebra
Last synced: about 1 year ago
JSON representation
A Z-Machine Interpreter written in C++
- Host: GitHub
- URL: https://github.com/zsteve/zebra
- Owner: zsteve
- Created: 2013-09-30T01:36:32.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-05-10T13:00:38.000Z (about 8 years ago)
- Last Synced: 2025-02-03T23:56:39.242Z (over 1 year ago)
- Language: C++
- Homepage: zsteve.phatcode.net/zebra.html
- Size: 13.1 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Zebra Z-Machine Interpreter
===========================
an interpreter for the Z-machine, written in C++
by Stephen Zhang (zsteve)
http://zsteve.phatcode.net/zebra.html
licensed under the GNU GPL v3 (http://www.gnu.org/licenses/gpl.txt)
about
-----
Zebra is still under construction, actually, debugging stages right now!
Development is aiming for portability as far as PCs go (Mac/Unix, Windows, DOS).
Portability to slower systems (some DOS machines, etc) is probably out of
the question, due to the fact that this is made in C++ and not all machines
have C++ compilers.
Support for Z-code story files will probably go up to v5 stories,
without native support for pictures or sound (?)
other info
----------
Resources used were:
- The Z-Machine Standard v1.1 by Graham Nelson
- Frotz source code, Stefan Jokisch