AnotherJohnH / Zif

Z-code engine for interactive fiction
MIT License
2 stars 0 forks source link

Add config of output logs and canned input to CLI #8

Closed AnotherJohnH closed 7 years ago

AnotherJohnH commented 7 years ago

See ZConsole.cpp.

"test.in" - canned input for testing "fast.in" - canned input for simplistic game replay "snoop.in" - Implement Z-code snoop stream "print.log" - printer emulation "zif.log" - debug and trace log

AnotherJohnH commented 7 years ago

--print --key and --input command line arguments have been added.