Hugo
From Just Solve the File Format Problem
(Difference between revisions)
Rhetoric X (Talk | contribs) m (→Compiled Games) |
Rhetoric X (Talk | contribs) m (→Further Information) |
||
Line 41: | Line 41: | ||
== Further Information == | == Further Information == | ||
− | * [www.firthworks.com/roger/cloak/hugo/index.html Cloak of Darkness: Hugo] | + | * [http://www.firthworks.com/roger/cloak/hugo/index.html Cloak of Darkness: Hugo] |
* [http://www.generalcoffee.com/hugo/gethugo.html Hugo Homepage] | * [http://www.generalcoffee.com/hugo/gethugo.html Hugo Homepage] | ||
* [http://ifarchive.org/if-archive/programming/hugo/manuals/hugo_book.pdf The Hugo Book]: the Hugo programming manual by Kent Tessman | * [http://ifarchive.org/if-archive/programming/hugo/manuals/hugo_book.pdf The Hugo Book]: the Hugo programming manual by Kent Tessman |
Revision as of 06:14, 5 November 2012
File Formats | > | Electronic File Formats | > | Interactive Fiction | > | Hugo |
Contents |
Description
Hugo is an Interactive Fiction development system by Kent Tessman. Plain text source code files are created using the Hugo programming language, and then compiled into a system-independent game file. Hugo source code files typically have the extension .hug. Compiled game files can be played on any system that has an appropriate interpreter.
Hugo allows for the creation of game with multimedia elements, such as sound, images and video. The multimedia resources are normally in separate files, and are distributed with the compiled .hex file in an archive file.
Compilers
- Hugo Compiler (cross-platform, freeware, IF Archive: the official Hugo compiler
Interpreters
- Hugo Run-time Engine (cross-platform, freeware, IF Archive): the official Hugo interpreter.
- Hugor (cross-platform, freeware, IFwiki): a third-party Hugo interpreter developed to address issues with the official Linux and Macintosh interpreters
Sample Files
Source Code
- dist_src.zip: Distress (source code), by Mike Snyder
- sample.hug: The Vault of Hugo (source code), a sample game by Kent Tessman
Compiled Games
- ndrift.zip: Necrotic Drift, by Robb Sherwin (includes multimedia resources)
- tales_ts.hex: Tales of the Traveling Swordsman, by Mike Snyder
Further Information
- Cloak of Darkness: Hugo
- Hugo Homepage
- The Hugo Book: the Hugo programming manual by Kent Tessman