DeMille / encrusted

A z-machine (interpreter) for text adventure games like Zork
https://sterlingdemille.com/encrusted
MIT License
128 stars 20 forks source link

Pass CZECH test as compiled for Z-machine v3 #6

Closed swolchok closed 5 years ago

swolchok commented 5 years ago

Fixed: missing opcode pop, wrapping arithmetic panicked, ANSI escape codes were always output even if stdout wasn't a terminal.

swolchok commented 5 years ago

I grabbed CZECH from https://www.ifarchive.org/indexes/if-archiveXinfocomXinterpretersXtools.html and built it for Z-machine version 3 by installing Inform (http://inform7.com/) and running /c/Program\ Files\ \(x86\)/Inform\ 7/Compilers/inform6.exe -v3 czech.inf in Git Bash on Windows.