Hacker News new | ask | show | jobs
by clockworksoul 208 days ago
Somebody uses it! Yay!

You made my day

3 comments

Thanks for your work on this!

I tried to use these official sources to make my own.

https://github.com/MattCruikshank/zork1-source

Curious if you have feedback:

> docker run -it --rm -v $(pwd)/saves:/home/zork/save mattcruikshank/zork1-source:latest

The -v lets me save and restore.

I tried to use Docker Compose to specify the volume... But the TTY support there feels terrible, and I don't know how to fix it.

Thanks for making this! Yeah, I play it whenever I have some time. Lots of fun!
With Z2 and Z3 now released, will you make containers for those too?