Difference between revisions of "The Hideout Text Adventure"

From Austin Improv Community Wiki
m (added picture)
 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
[[File:Hideout Text Adventure Gamplay.jpg|right|300px|thumb|border|Sample gameplay from the Hideout Text Adventure.]]
[[File:Hideout Text Adventure Gamplay.jpg|right|300px|thumb|border|Sample gameplay from The Hideout Text Adventure.]]


'''The Hideout Text Adventure''' (actual title: ''The Hideout Theatre Adventures: Quest for the Secret Skull'') is an [[wikipedia:Interactive fiction|interactive-fiction]] game that takes place in and around [[the Hideout Theatre]].
'''The Hideout Text Adventure''' (actual title: '''''The Hideout Theatre Adventures: Quest for the Secret Skull''''') is an [[wikipedia:Interactive fiction|interactive-fiction]] game that takes place in and around [[the Hideout Theatre]].


==History==
==History==
The game originated in a facebook discussion about setting up a possible text-adventure-themed show at the Hideout, a production that could be paired with ''[[Pick Your Own Path]]''.
The game originated in a facebook discussion on January 9th, 2012 about setting up a possible text-adventure-themed show at the Hideout, a production that could be paired with ''[[Pick Your Own Path]]''.


[[Brad Hawkins]] then jokingly wrote out a walk-through of a (nonexistent) text-adventure game set at the Hideout, and [[Peter Rogers]] ran with the idea, quickly coding up more and more complicated iterations of a Hideout-themed game in [[wikipedia:Inform_7#Inform_7|Inform 7]].  Eventually, Peter met with [[Kevin Miller]] and [[Marc Majcher]] to plan out the rest of the game, and quickly completed the code on his own.
[[Brad Hawkins]] then jokingly wrote out a walk-through of a (nonexistent) text-adventure game set at the Hideout, and [[Peter Rogers]] ran with the idea, quickly coding up more and more complicated iterations of a Hideout-themed game in [[wikipedia:Inform_7#Inform_7|Inform 7]].  Eventually, Peter met with [[Kevin Miller]] and [[Marc Majcher]] to plan out the rest of the game, and quickly completed the code on his own on January 21st.


==Gameplay==
==Gameplay==
As with most interactive fiction games, the player interacts with the game engine via text -- the player reads prose descriptions of places, items, and events, and types text commands such as "CLIMB THE STAIRS", "PICK UP THE TICKET", or "TALK TO [[Kareem Badr|KAREEM]]".  The game is based around a fairly simple storyline: the beloved skull-on-a-stick prop has gone missing at the Hideout, and it's up to you to find it.
As with most interactive fiction games, the player interacts with the game engine via text -- the player reads prose descriptions of places, items, and events, and types text commands such as "CLIMB THE STAIRS", "PICK UP THE TICKET", or "TALK TO [[Kareem Badr|KAREEM]]".  The game is based around a fairly simple storyline: the beloved [[The Skull on a Stick|Skull on a Stick]] has gone missing at the Hideout, and it's up to you to find it.


==More Information==
==More Information==
* [http://www.facebook.com/roydanger/posts/10101478959545090 The facebook discussion that prompted the game.]
* [http://www.facebook.com/royjanik/posts/10101478959545090 The facebook discussion that prompted the game.]
* [http://forum.austinimprov.com/viewtopic.php?f=7&t=12893&p=115852 The thread devoted to solving the game] on the [[AIC Forum]].
* [http://forum.austinimprov.com/viewtopic.php?f=7&t=12893&p=115852 The thread devoted to solving the game] on [[The Austin Improv Forums]].
* [http://hujhax.austinimprov.com/files/misc/HideoutGame/play.html The game itself], playable in your browser using [http://code.google.com/p/parchment/ Parchment].
* [http://hujhax.austinimprov.com/files/misc/HideoutGame/play.html The game itself], playable in your browser.
* [[The Hideout Text Adventure/Source Code|The source code for the game.]]

Latest revision as of 14:06, 18 June 2021

Sample gameplay from The Hideout Text Adventure.

The Hideout Text Adventure (actual title: The Hideout Theatre Adventures: Quest for the Secret Skull) is an interactive-fiction game that takes place in and around the Hideout Theatre.

History

The game originated in a facebook discussion on January 9th, 2012 about setting up a possible text-adventure-themed show at the Hideout, a production that could be paired with Pick Your Own Path.

Brad Hawkins then jokingly wrote out a walk-through of a (nonexistent) text-adventure game set at the Hideout, and Peter Rogers ran with the idea, quickly coding up more and more complicated iterations of a Hideout-themed game in Inform 7. Eventually, Peter met with Kevin Miller and Marc Majcher to plan out the rest of the game, and quickly completed the code on his own on January 21st.

Gameplay

As with most interactive fiction games, the player interacts with the game engine via text -- the player reads prose descriptions of places, items, and events, and types text commands such as "CLIMB THE STAIRS", "PICK UP THE TICKET", or "TALK TO KAREEM". The game is based around a fairly simple storyline: the beloved Skull on a Stick has gone missing at the Hideout, and it's up to you to find it.

More Information