dorothy
dorothy copied to clipboard
A Z-Machine interpreter library.
I did some work to get dorothy running and all tests passing again. I fixed some tests that weren't working properly under Inform 6.31; I added some marshaling code to...
Testing with the hitchhiker's guide (after standing up, turning on lights), and zork 1 (immediately), the command ``` > go through door ``` raises the following exception: ``` dorothy/machine.rb:8:in `step':...
First, thanks for sharing this cool stuff on GitHub. I have Inform 6.30 but rake dies part way through trying to build the z3 files: ``` cd test/dorothy/programs/v3 && inform...