How to Install inform6-compiler in Ubuntu 18.04



Install inform6-compiler by entering the following commands in the terminal:

sudo apt update
sudo apt install inform6-compiler

Description:

Inform 6 interactive fiction language — compiler

Inform 6 is an object-oriented language for writing interactive fiction, also known as “text adventures” or “adventure games”. . As an interactive fiction developer, you create Inform 6 source code defining the story. Then compile from source code to a “story file”. The resulting story files are highly portable, with interpreters available for many different platforms. . The Inform 6 compiler can produce a story file in these formats: * Z-code, executed by implementations of the Infocom Z-machine. * Glulx, a modern platform for interactive fiction. . This package installs: * The Inform 6 compiler program, ‘inform6’.

Homepage: http://inform-fiction.org/

Version: 6.33-2

Section: universe/devel