You made my day
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.
https://github.com/clockworksoul/docker-zork2
https://github.com/clockworksoul/docker-zork3
You made my day