|
|
|
|
|
by VikingCoder
207 days ago
|
|
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. |
|