frotz
interpreter of Z-code story-files
Install
- All systems
-
curl cmd.cat/frotz.sh
- Debian
-
apt-get install frotz
- Ubuntu
-
apt-get install frotz
- Alpine
-
apk add frotz
- Kali Linux
-
apt-get install frotz
- Fedora
-
dnf install frotz
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install frotz
- OS X
-
brew install frotz
- Raspbian
-
apt-get install frotz
- Dockerfile
- dockerfile.run/frotz
- Docker
-
docker run cmd.cat/frotz frotz
powered by Commando
frotz
interpreter of Z-code story-files
Frotz interprets Z-code story-files, which are usually text adventure games (although a few arcade-style Z-code games have been written). Examples of such story files include the adventure games published by Infocom, as well as any games produced by compilers to this format, such as Inform. You can find a number of Inform-compiled games up for anonymous FTP at ftp://ftp.ifarchive.org/ or HTTP at http://www.ifarchive.org/ Frotz complies with the Z Machine specification version 1.0.