At Start Adventureland.inf begins (lines 1-27)
Back to List
Forward
Browsing Adventureland.inf
001 ! ----------------------------------------------------------------------------
002 ! Adventureland 961111 One of the standard Inform 6 example games
003 !
004 ! Designed by Scott Adams: c. 1979
005 ! Ported to Inform: 16.10.94
006 ! Slightly corrected: 11.5.96
007 ! Modernised to Inform 6 and library 6/1 or later: 11.11.96
008 ! ----------------------------------------------------------------------------
009
010 Constant Story "ADVENTURELAND";
011 Constant Headline
012 "^An Interactive Classic by Scott Adams (circa 1979/80)^";
013
014 Release 1;
015 Serial "961111";
016
017 Constant MAX_CARRIED = 6;
018 Constant MAX_SCORE = 100;
019
020 Replace BurnSub;
021
022 Include "Parser";
023 Include "VerbLib";
024
025 Global genie_gifts;
026 Global dark_warning;
027
Last updated 23 June 2004.
This site is no longer supported; information may be out of date.
Maintained as a historical archive by the Interactive Fiction Technology Foundation.
Copyright 1993-2018 IFTF, CC-BY-SA unless otherwise noted.
This page was originally managed by Graham Nelson (graham@gnelson.demon.co.uk) assisted by C Knight.