DaveTCode / zmachine-golang

A Z-Machine interpreter written in golang specifically to learn a little about golang and because it's fun
MIT License
0 stars 0 forks source link

Implement proper quit functionality #2

Closed DaveTCode closed 2 weeks ago

DaveTCode commented 3 weeks ago

Currently just panic if hits a quit opcode, I'd like to pass a channel message back to the bubbletea application and exit the game loop instead

DaveTCode commented 2 weeks ago

Closed in https://github.com/DaveTCode/zmachine-golang/pull/20