Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 660 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 660 Bytes

Gork

ZMachine v3 implemented in Go just to play Zork and learn Go 😄. It's far from being complete and useful, but the core features are already implemented. It should be just a matter of adding the missing instructions.

How to Install

$ go install github.com/danieledapo/gork/cmd/gork@latest
$ go install github.com/danieledapo/gork/cmd/gork-ztools@latest

Usage

$ gork zork1.z5

Start SSH server with

$ gork -address 127.0.0.1:4273 -identity ~/.ssh/id_rsa zork1.z5

Resources