Frotz provides a portable implementation of the zcode virtual machine used for all Infocom text adventures and many of those written by other authors. This port installs Frotz with an SDL-based GUI.
Frotz provides a portable implementation of the zcode virtual machine used for all Infocom text adventures and many of those written by other authors. This port installs Frotz with an SDL-based GUI.
To install frotz-sdl, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install frotz-sdl
To see what files were installed by frotz-sdl, run:
port contents frotz-sdl
To later upgrade frotz-sdl, run:
sudo port selfupdate && sudo port upgrade frotz-sdl
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.