A Twilio webhook server that plays Zork 1 over SMS.
# download zork
cp path/to/zork1.dat .
go run .
Starts a server on 8080. Then:
- Forward somehow (ngrok?)
- Point your Twilio webhook at it.
- SMS it to play. (Any text to start)
- zmachine code adapted from [https://github.com/msinilo/zmachine]. Not sure how much of zmachine it actually supports.
- session handling is pretty naive
- no persistence
- no security