There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
This project simulates a Z Machine, which reads Z code, to run basic text games. Takes zcode input, decode the inputs, and executes certain instructions corresponding to either A, B, or C type instructions. Each one is decoded in a unique way, and corresponds to how many inputs each instruction has.