encrusted icon indicating copy to clipboard operation
encrusted copied to clipboard

A z-machine (interpreter) for text adventure games like Zork

Results 14 encrusted issues
Sort by recently updated
recently updated
newest added

I finished Infidel, it showed me final score and the game hangs (as it's supposed to.) I wanted to try something else for last move. Control-Z gave a bunch of...

Several times, after dying, then control-Z to undo, the next command I type always fails with "There isn't anything to !" (playing Infidel.z6.)

In the web browser, it sure would be nice to be able to select text so I can copy it to the clipboard.

The [rustyline](https://crates.io/crates/rustyline/) crate provides a nice and clean way to set up an interactive console while supplying tools for creating a history and navigating the command line.