Inform_Game -> -> research with name 'research' 'dig', short_name "Research Dig", title_length 12, author "Chris Armitage", filename "research", email "TheFarseer@@64mailexcite.com"; Inform_Game -> -> loose with name 'mother' 'loose' 'interactive' 'nursery' 'rhyme', short_name "Mother Loose", subtitle "An Interactive Nursery Rhyme", title_length 12, author "Irene Callaci", filename "loose", email "icallaci@@64csupomona.edu"; Inform_Game -> -> atrox with name 'cattus' 'atrox', short_name "Cattus Atrox", title_length 12, author "David A. Cornelson", filename "atrox", email "dcornelson@@64placet.com"; Inform_Game -> -> enlightenment with name 'enlightenment', short_name "Enlightenment", subtitle "An Interactive One-Room Absurdity", title_length 13, author "Taro Ogawa", filename "enlighte", other_files "enlighte.htm, enlight.txt, enlighte.gif, spelunk.htm, spelunk.txt, spelunk.gif, intfict.htm, credits.htm, and copyrigh.htm", email "Taro.Ogawa@@64navy.gov.au"; Inform_Game -> -> purple with name 'purple', short_name "Purple", title_length 6, author "Stefan Blixt", filename "purple", other_files "walkthru.zip", email "flash@@64df.lth.se"; Inform_Game -> -> space_sta with name 'spacestation' 'space' 'station' 'based' 'on' 'planetfall' 'example' 'transcript', short_name "Spacestation", subtitle "(based on the Planetfall example transcript)", title_length 12, author "David Ledgard", filename "space_st", other_files "space_st.wlk and space_st.txt", email "dledgard@@64hotmail.com"; Inform_Game -> -> hrs with name 'human' 'resources' 'stories' 'hrs' 'search' 'of' 'employment', short_name "Human Resources Stories", subtitle "In Search of Employment", title_length 23, author "Harry Hardjono", filename "hrs", other_files "readme.txt; infad3.inf", email "harryh@@64iu.net"; Inform_Game -> -> city with name 'city', short_name "The City", title_length 8, author "Sam Barlow", filename "city", email "sb6729@@64bris.ac.uk"; Inform_Game -> -> muse with name 'muse' 'autumn' 'romance', short_name "Muse: An Autumn Romance", title_length 23, author "Christopher Huang", filename "muse", email "xhuang@@64po-box.mcgill.ca"; Inform_Game -> -> photopia with name 'photopia' 'photo', short_name "Photopia", title_length 8, author "Opal O'Donnell", filename "photopia.z5 or photopiabw", other_files "read1st.txt", email "o-3@@64mailcity.com"; Alan_Game -> -> cc with name 'cc', short_name "CC", title_length 2, author "Mikko Vuorinen", filename "cc", other_files "cc.txt and cc.sol", email "mvuorine@@64cc.helsinki.fi"; Inform_Game -> -> informatory with name 'informatory', short_name "Informatory", subtitle "a not very interactive pastiche with tutorial pretensions", title_length 11, author "William J. Shlaer", filename "informat", other_files "Informat.wlk", email "shlaer@@64aol.com"; TADS_Game -> -> arrival with name 'arrival' 'arrive' 'or' 'attack' 'of' 'b-movie' 'cliches', short_name "Arrival", subtitle "(or) Attack of the B-Movie Cliches", title_length 7, author "Samantha Clark", filename "arrival", other_files "walkthru.txt, arrival.rs0", email "samclark_@@64hotmail.com"; Inform_Game -> -> fifteen with name 'fifteen', short_name "Fifteen", subtitle "a short puzzler", title_length 7, author "Ricardo Dague", filename "fifteen", other_files "stepwise.txt", email "trikiw@@64hotmail.com"; Hugo_Game -> -> memory with name 'persistence' 'of' 'memory', short_name "Persistence of Memory", title_length 21, author "Anonymous", filename "memory", email "lion@@64ifcompetition.org"; Inform_Game -> -> evil with name 'where' 'evil' 'dwells' 'adventure' 'of' 'gibbering' 'horror', short_name "Where Evil Dwells", subtitle "The Adventure of the Gibbering Horror", title_length 17, author "A Creative Differences Production: Steve Owens, Programmer; Paul Johnson, Designer", filename "evil", other_files "evil.txt", email "pej6@@64columbia.edu and sco@@64cs.brown.edu"; Inform_Game -> -> bluemen with name 'little' 'blue' 'men' 'bluemen', short_name "Little Blue Men", subtitle "An Interactive Object Lesson", title_length 15, author "Michael S. Gentry", filename "bluemen", email "edromia@@64sprynet.com"; Inform_Game -> -> ritual with name 'ritual' 'of' 'purification', short_name "The Ritual of Purification", subtitle "An Interactive Cleansing", title_length 26, author "Sable", filename "ritual", other_files "walkthru.txt", email "sable@@64polbox.com"; Inform_Game -> -> acid with name 'acid' 'whiplash', short_name "Acid Whiplash", title_length 13, author "Anonymous", filename "acid"; TADS_Game -> -> lightiania with name 'light' 'lightiania', short_name "Lightiania", title_length 10, author "Gustav Bodell", filename "light", other_files "Light.txt", email "lots_of_huge_city_minecrawlers@@64usa.net"; Inform_Game -> -> tokyo with name 'downtown' 'tokyo' 'present' 'day', short_name "Downtown Tokyo. Present Day.", title_length 28, author "Digby McWiggle", filename "tokyo", email "keanj@@64agresearch.cri.nz"; Inform_Game -> -> spotlight with name 'spotlight' 'spotlite' 'unexpected' 'intelligence' 'test', short_name "In the Spotlight", subtitle "An Unexpected Intelligence Test", title_length 16, author "John Byrd", filename "spotlite", other_files "spotlite.txt", email "jbyrd@@64well.com"; TADS_Game -> -> plant with name 'plant', short_name "The Plant", title_length 9, author "Michael J. Roberts", filename "plant", other_files "walkthru.txt", email "mjr_@@64hotmail.com"; TADS_Game -> -> fourinone with name 'four' 'in' 'one' '4in1' 'fourinone' 'fourin1', parse_name [x i; x = NextWord(); if (x=='four') { i++; if ((NextWord()=='in') && (NextWord()=='one')) { i=i+2; } } else if (x=='one' or '4in1' or 'fourinone' or 'fourin1') return 1; return i; ], short_name "Four in One", subtitle "An Interactive Comedy", title_length 11, author "J. Robinson Wheeler", filename "fourin1", email "wheeler@@64jump.net"; Inform_Game -> -> dilly with short_name "Trapped in a One-Room Dilly", parse_name [i j; while (NextWord()=='trapped' or 'one-room' or 'dilly') i++; if (NextWord()=='in') { while (NextWord()=='trapped' or 'one-room' or 'dilly' or #n$a) j++; if (j>1) i=i+j+1; } return i; ], title_length 27, author "Laura A. Knauth", filename "dilly", email "Laura.Knauth@@64Stanford.edu"; DOS_Game -> -> yodel with name "i" 'didn^t' 'know' 'you' 'could' 'yodel', short_name "I Didn't Know You Could Yodel", title_length 29, author "Andrew J. Indovina and Michael Eisenman", filename "yodel", ext ".exe", other_files "readme.txt, yodeltxt.txt, plus resource files", email "aindovin@@64eznet.net", has standalone_DOS; DOS_Game -> -> commute with name 'commute', short_name "The Commute", title_length 11, author "Kevin Copeland", filename "commute", ext ".exe", other_files "walkthru.txt", email "kecopeland@@64netscape.net", has standalone_DOS;