Hugo: Difference between revisions
(Added Hugor info.) |
m (updated Hugo home page link) |
||
Line 10: | Line 10: | ||
== Links == | == Links == | ||
* [http://www.generalcoffee.com/ | * [http://www.generalcoffee.com/hugo/gethugo.html Hugo's homepage] | ||
* [http://www.ifarchive.org/indexes/if-archiveXprogrammingXhugoXmanuals.html Hugo Programming Manual PDF] | * [http://www.ifarchive.org/indexes/if-archiveXprogrammingXhugoXmanuals.html Hugo Programming Manual PDF] | ||
* [http://www.joltcountry.com/phpBB2/viewforum.php?f=8 Unofficial Hugo discussion forum] | * [http://www.joltcountry.com/phpBB2/viewforum.php?f=8 Unofficial Hugo discussion forum] |
Revision as of 11:07, 27 March 2017
- Hugo is also a nickname of Kent Tessman.
Hugo is an abbreviation for the Hugo Interactive Fiction Development System, a freeware programming language developed by Kent Tessman for creating IF games. Its structure and style of programming is similar to Inform 6 and TADS 2, making use of both attribute-setting/clearing and class inheritance in defining objects. It inherits Inform's strong "object tree" structure in dealing with manipulation of objects (e.g., when a mug is being sent to the player, this is written as "move mug to you" ['you' being the chosen label for the player character]), as well as TADS's usage of pre-defined object classes (such as 'scenery', 'character' and 'attachable') in further defining object behavior.
Hugo 3.1 offers the following multimedia support : MOD, S3M, MP3, MIDI, XM, WAV for sounds, JPG for images, AVI and MPEG for videos.
The latest stable release is 3.1.03 / January 5, 2006.
Links
- Hugo's homepage
- Hugo Programming Manual PDF
- Unofficial Hugo discussion forum
- Hugo By Example is a wiki about Hugo, hosted by Royce Odle a.k.a. "Gerynar".
- Hugo programming language at Wikipedia.
- Hugor, a new interpreter for Windows, Linux and OS-X.