inform6

Compiler for creating interactive fiction games

brewmacoslinux
Try with needOr install directly
Source

About

Design system for interactive fiction

Commands

informinform6

Examples

Compile an Inform 6 source file to a Z-machine game$ inform6 game.inf
Compile with verbose output and specify output file$ inform6 -v game.inf -o game.z5
Show help and available options$ inform6 -h