Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/purplefoot/zerp
Zerp is a z-machine interpreter written in C that uses Andrew Plotkin's GLK Library for I/O.
https://github.com/purplefoot/zerp
Last synced: 2 months ago
JSON representation
Zerp is a z-machine interpreter written in C that uses Andrew Plotkin's GLK Library for I/O.
- Host: GitHub
- URL: https://github.com/purplefoot/zerp
- Owner: purplefoot
- Created: 2010-01-20T16:58:20.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-04-01T09:58:36.000Z (almost 15 years ago)
- Last Synced: 2024-04-24T16:41:29.693Z (9 months ago)
- Language: C
- Homepage:
- Size: 301 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
- AwesomeInterpreter - zerp
README
Z E R P
=======Zerp is z-machine interpreter written in C that uses Andrew Plotkin's GLK Library for I/O. It is also
one of the few such programs not named after a spell used in Infocom's "Enchanter" series.Zerp can just about play version 3 games at the moment, but this has not been tested in any rigorous way.
To do:
=====
* Finish ZString encoding
* Complete V4/5/8 support
* Better split window support
* Fonts/colours
* Proper ZCharacter support & Unicode
* Save/Restore/Undo/Verify
* Timed input
* Input/Output Streams
* Blorb
* Sound effects
* More testsZerp is copyright 2010 by Ian Webb. Released under a standard MIT license, but you want nothing to do
with this code - trust me.