Lesson Plan: Lost Pig (Intermediate)
1Game: Lost Pig (And Place Underground) by Admiral Jota (2007)
Level: Intermediate and up
Time needed to play: 2-6 hours (the lesson plan suggests a 45-90 minute pair/group play in class and a further 90 minute whole-class playing session with help from the teacher in order to get through the whole game.
Game file: get it from the Interactive Fiction Database and official Lost Pig site. Download an interpreter from here.
Play online: from IPLAYIF.COM (Parchment interpreter – recommended) or JAYISGAMES (in a java window)
Materials:
Lost Pig Difficult Vocabulary worksheet (Intermediate): LOSTPIG_VOCAB
Lot Pig Map without descriptions: LOSTPIG_MAP
Lost Pig Map with descriptions: LOSTPIG_MAP_DESCRIPTIONS
Map with IF commands: lostpigmap_vocab
Lost walkthrough/solution: get it at the Interactive Fiction Database or use the spolier-proof version from JAYISGAMES.COM
Lost Pig
After using 9:05 as a basic introduction to the language and concept of IF, I recommend following up with a game that is radically different in theme and style. To contrast with 9:05, I would suggest playing a game that:
- is puzzle-based (requiring the close examination and manipulation of objects)
- has a more imaginative setting (not based in the real world)
- has a larger game-world, while still being a relatively short-game to complete
- requires communicating with a non-player character (NPC)
- has a protagonist with a set identity
Lost Pig (2007) by Admiral Jota is a flawless example of the above. In addition to its challenging puzzles, the technical implementation of the game and its parser is of the highest quality. However, what really makes Lost Pig a great game (and undoubtedly worthy of its multiple awards and ranking as one of the best IF games of all time) is that is extremely fun to play! The protagonist, Grunk, is an orc, on a mission to bring back a pig he has let escape from a farm. Grunk is not the brightest of characters and his simple but honest outlook on the world around him make him a very funny and loveable character to play. What is most original in the game, though, is that Lost Pig eschews the traditional second-person narration found in the vast majority of IF and is played through Grunk’s skewed first/third-person perspective. Because the world is being described as Grunk sees it, it is also narrated in his voice – the voice of an Orc, like this (click to enlarge the image):
This form of pidgin-English is used for all the descriptions and narrative text in the game except for the non-player character’s exchanges (a gnome, who speaks proper and jargon-filled English. While this use of broken English may seem contradictory to using IF for language learning (and indeed, I had to think very carefully before recommending this game for classroom use), it is actually a benefit in 4 ways:
- the basic language used in the game makes it accessible to pre-Intermediate (and possibly even lower levels, with extra support). I still recommend pre-teaching any difficult vocabulary related to objects and the environment.
- mentally parsing this Orc-flavoured English into standard English presents an additional cognitive task and provides an additional linguistic challenge. As well as decoding the Orc-speak using bottom-up reading strategies and mentally translating it into proper English, the actual meaning of the text and how it relates to the other texts then needs to be decoded using top-down reading strategies. Player input still needs to be done via traditional imperative commands and a good deal of standard English is used in input and output in order to communicate with the gnome (the NPC), as he can dispense a great deal of information regarding Grunk’s environment and immediate goals (in addition to providing an object needed to finish the game). My experience in using Lost Pig with students has shown that the Orc-speak in no way complicates the understanding of the text, and if anything, makes playing the game a funnier and more enjoyable experience.
- Seeing the world through Grunk’s eyes and understanding how he sees himself in the world makes it a very immersive and entertaining experience. IF gives the reader the power to be someone else, and in Lost Pig, this really is the case – the player will naturally begin to think and act like Grunk!
- This was the first game that I thought of using with learners initially based on an idea for a follow-up post-reading task. The pidgin-English narration naturally lends itself to students re-writing parts of the story (their story) in standard English. IF can make this type of task extremely appealing as each student or pair will narrate a slightly different tale due to the different actions taken (both successful and failed), the different paths followed and the different order in which they occurred.
Notes on playing the game
-
Using a map
The game itself is not geographically expansive, with only 7 initial rooms needing to be explored, but because of the inclusion of the NE,NW,SE,SW headings, it may make navigation more complicated for players not used to making mental maps. I would recommend giving the students a copy of a the Place Underground map (you can choose from the LOSTPIG_MAP which merely shows the layout of the rooms, and which can be completed during exploration or the LOSTPIG_MAP_DESCRIPTIONS which includes a description of the objects found in each room). Using a map will keep the students focused on solving the puzzles and not blindly wandering around in circles.
-
Close examination of objects and the environment is crucial
The game is extremely puzzle-focused, and while the puzzles are logical (following the alchemy-based logic of game-world), gathering clues to solve the puzzles requires the close examination of everything. The ‘X‘ command (EXAMINE) is your friend!
MILD SPOLIER AHEAD (skip this section if you don’t want a puzzle to be spoiled):
An example of this can be found when examining the murals in the statue room. Examining the east wall provides the following description:
“Picture have long purple pole that go from side to side. All around pole, there different yellow thing that float in air, like gold and bottle of beer and thing that Grunk never see before and lots of other thing too. Under that, there picture of pie. Mmm, pie”.
An astute reader may have noticed that the green-coloured pole found in the game seems to display some kind of repellent force when green-skinned Grunk picks it up. The picture in the mural gives further evidence to any initial suspicions the reader may have on the pole’s special properties. Conversing with the Gnome and enquiring about the pole should result in a final confirmation. However, some crucial information on the pole’s potential use is still missing. Going back to the mural with the purple pole and yellow objects, when I first played the game, I thought that the pie mentioned by Grunk was merely another non-descript yellow object, like the gold and bottle and only included as joke. Alas, the pie can be examined, providing essential information needed to solve 2 puzzles in the game.
-
Talking to the gnome is important
Lost Pig is a shining example of how to implement an NPC that is not only interesting and useful to talk to, but actually exists as part of a puzzle. Conversation with the gnome is done by using the TALK TO, ASK ABOUT and TELL ABOUT commands:
- TALK TO GNOME will provide a very general verbal exchange
- ASK GNOME ABOUT POLE, or TELL GNOME ABOUT POLE will get the gnome talking about the pole, possibly opening up other possible topics of conversation. As the conversation is topic based, typing in the TOPICS command will present a list of possible topics which can be further developed. However, the parser in the game is extremely well-developed (the best I have seen in IF) and an enormous quantity of words and commands will be understood by the game. Furthermore, not only will the game understand many commands, it will actually produce specific output or make lasting changes to the game-world upon their use. As an example of the wide breadth of commands understood by the game, try removing Grunk’s pants and eating them or setting them on fire. He is an Orc, after all, and many potential orc-related actions and their results have been considered and implemented by the author.
-
User-friendly commands
Lost Pig, as a true example ‘user-friendly modern IF’ (alongside Bronze, by Emily Short) has implemented the GO TO command, which automatically takes the protagonist to a chosen location as long as it has been visited before. This saves a lot of moving back and forth through locations and is a wonderful companion to a map.
-
An incredible hint system
Lost Pig has one of the best built-in hint systems I have yet to come across in an IF game, making the need to use a walkthrough upon getting stuck unnecessary. Typing ‘HINT‘ or ‘HELP‘ produces a menu where the hints can be accessed. Hints for every puzzle and explanations on the use of many objects are available in a hierarchical system – you can choose to be given successive hints for a given problem until you think you have enough information to tackle the problem yourself. The list of hints also indicates which puzzles have already been solved, which is a useful indicator of how much progress has been made. The score counter in the status line (at the top of screen) shows the player’s score out of a possible 7 points. The game can be completed upon acquiring the 6th point, while the 7th point is only attributed to players who heed the Gnome’s words very carefully. While the hint system is incredibly useful for autonomous play, students will probably not have much time use them during play in a structured lesson. If students start using the hints during a lesson, they may not be able to contain themselves and stop when they have just enough new information to help construct or prove a hypothesis. During class play, I recommend that the teacher give out little clues as needed to keep the students trying to make connections without becoming completely demotivated by lack of success.
Lesson procedure:
Pre-reading phase:
- Pre-teaching vocabulary (20 minutes)
Because the general language level of the text in Lost Pig is very basic (except when talking to the Gnome, who uses some rather obscure terminology), most of the vocabulary that may require clarification is related to the objects found and used in the game. Grunk, himself, describes many objects in a simple way upon closer examination. For example:
> X forest
Many tree and bush and leaf and branch and other plant like that. That what forest mean.
and
> x chest
Chest mean wide box with lid. This one too big to carry. Chest full of black powder.
As most of the difficult vocabulary is related to objects found in the environment, I decided to present the LOSTPIG_VOCAB task as a picture matching activity. The advantage of this approach is that during correction, the visual stimulus in addition to further prompts from the teacher can be used to activate schema (eg. “What do you do to a lever?” to elicit ‘pull’ or ‘push’; “What does a magnet do? to elicit “attract” or “repel”.) Because Lost Pig is so focused on logical puzzle-solving, this schema-activating approach may help the students overcome some of the initial obstacles in a quicker fashion.
The answers on the worksheet can be removed to make the activity more difficult for higher levels, and if used with advanced levels, the worksheet should be adapted accordingly.
While-playing phase:
Lost Pig, while not a large game, will still take some time (2-6 hours) to complete because of the need to discover the nature of the puzzles and how to solve them (some requiring repeated cycles of trial and error). In the impossibility of arranging a series of lessons in a computer room (and to be realistic, the students’ continued interest/motivation may begin to wane over a prolonged period of play), for Lost Pig I would suggest a blended learning scenario:
1 – Get the Lost Pig.z8 game file and download and install Gargoyle on each computer. Although Lost Pig can be played online here and here, in order to be able to create more than one save game file and importantly, to create a transcript of the gaming session, a software interpreter is recommended. If there are local restrictions on installing software, the Gargoyle installation file can be downloaded onto a computer and executed and installed onto a USB pen (by choosing the pen as the destination drive instead of the default c:\programs). Alternatively, if playing online is the only or preferred option, having only one save game file is still useful (but will only be restorable on the machine it is created on) and a transcript of the game session can be still be created by manually copying and pasting the text from the web-browser.
2 – Students play the game in the classroom in pairs (45 – 90 minutes).
Provide a Place Underground map and make sure they have access to the difficult vocabulary worksheet and the IF for Beginner’s vocab card. A copy of the map (without room descriptions) and the IF for Beginner’s card on the same sheet can be downloaded here.
At the beginning of the playing session, students use the SCRIPT command to begin the process of saving a transcript of the gaming session. The transcript is saved as a .txt file in a chosen location, and can be used for post-reading analysis and further language tasks. Students save their progress in the game (at least once, at the end of the playing session) using the SAVE command.
3– Students who are interested in the challenge can continue at home (preferably, without using hints) by using the RESTORE command with a saved game file (from step 1). Save game files (*.sav) can be moved and copied and opened on any computer with Gargoyle and the same game file.
4 – The game is played as a whole-class activity with one computer connected to a data-projector and the teacher or students controlling the input. The focus here is for the class to collaborate as a group to brainstorm how the puzzles can be solved and the commands necessary to test their hypotheses. The teacher can now freely give hints to point them in the right direction. It is important here to take the students step by step through the logical progression of solving a puzzle. The green pole and needing to examine the east wall in the fountain room as well as asking the gnome about it is a perfect example of this. (90 minutes)
Post-reading phase:
As I mentioned earlier, the first idea I had for using Lost Pig with students was to get them to re-write parts of their own traversal through the narrative (using a transcript file created with the SCRIPT command) using correct English and narrative tenses. The different order in which the text is explored and the different puzzles that are attempted and solved/unsolved, offers a unique take on the story by each pair of students. The individual students are asked to choose a few sections from their game transcript and use those as the basis for a narrative composition (there is no need to make this overly long, but I have received multiple-page compositions!).
Final thoughts on Lost Pig:
While Grunk’s broken English makes the game accesible to perhaps even false-beginner level language learners, the puzzles, while not too difficult for experienced IF players, still require in-depth exploration and various trial and error attempts, which makes progressing through game a slow-moving process. Furthermore, certain puzzles need to be solved early on in order to provide access to later ones (eg. acquiring the red thing across the stream to open up the possibility of Grunk helping the Gnome, in addition to finding an exit from the caves).
Problem-solving in IF, while introducing challenge – and as a result, ‘fun’, into the reading process, is also the element that puts some learners off of the experience because it is too difficult. Why? In my experience of teaching in general and especially since using IF in learning contexts I have come to the conclusion that:
- most learners do not have active imaginations
- most learners do not have the logical/lateral/critical thinking skills needed to solve the types of problems found in IF (and as a consequence, in real-life).
There seems to be a Catch 22 here: we want to use IF to stimulate enjoyment and fluency in reading – but many students do not have the required skills to make the most of it because they do not have much previous experience in reading (thus activating their imagination and problem-solving skills). In a nutshell, the vast majority of young learners I have come across simply do not know how to think in these terms – but there is a solution! – I simply cannot think of a better or more engaging tool than IF to stimulate reading and problem solving.
I had a group of students play Lost Pig for 90 minutes in a case study documented in Pereira (in press, IGI) where they commented on some of the perceived linguistic benefits of playing IF:
- “We need to think about verbs in order to advance in the game because we are more focused on the text of the game and because in order to finish it we need to pay a lot of attention to find out things that allow us to move on. Besides that, we learn vocabulary.”
- “You have to know a lot of verbs (but not like the past or past participle of the verbs), a lot of vocabulary.”
- “It could be an important tool to learn new vocabulary and to use different types of vocabulary that is used in more practical situations and not typical classroom behaviour.”
- “English is being practised when you command your character and you sometimes have to try to find other words to say the same thing you meant for the computer to understand what you are saying.”
Additionally, the students mentioned the following cognitive benefits of playing IF:
- “we gain the ability to build a world in our mind around the games story”;
- “our minds get faster and you can solve more complex problems in the future”;
- “you acquire more logical skills and you develop your imagination”;
- “it improves your ability to solve problems and learn to use your imagination”.
Beyond the linguistic affordances of IF, it is an obvious tool for stretching imaginations and forcing students to think of solutions to problems from different perspectives. With Lost Pig, after playing through it as whole-class activity and looking at how each of the puzzles can be solved (doable in 90 minutes), I believe that students will get a better idea of what they really need to do to play IF and importantly, they will realise how weak their problem-solving skills really are, and that playing IF may be a good way to exercise them.
And besides language, shouldn’t we be helping them acquire these transferable skills which they will need throughout their lives?
>
How to introduce and use Interactive Fiction in a lesson
4I’m going to take a quick break from looking at the learning theories underpinning IF to suggest a framework for introducing and exploiting IF in a lesson (language learning in this case, but mostly transferable to other disciplines as well). Firstly, we need to choose a suitable game to use, following the criteria listed here. The game I’ll be using as an example is 9:05 by Adam Cadre.
WARNING: this post contains mild spoilers for 9:05, so don’t read this until you have played and finished the game!
Pre, While and Post tasks
Because IF is a form of literature, it can be exploited in a lesson in the same way as a traditional text, through Pre-reading, While-reading and Post-reading tasks.
- Pre-reading tasks set the scene of the story to motivate reading and get learners calling up schema – personal constructs of knowledge of the world (more on this later) to help them better understand the text while they are reading. They are also used to clarify difficult and unknown vocabulary found in the text (making students have to rely less on guessing meaning from context and helps to reduce the misunderstanding and skipping of words). Tasks also often involve predicting content from the title and brainstorming related concepts.
As 9:05 is the perfect game to introduce the mechanics and lexicon of IF, I have found that in order not to spoil the exploratory aspect of IF (a new experience for most learners), the pre-reading phase need only focus on clarifying difficult vocabulary and teaching the students the basic mechanics of playing IF. Because many works of IF are very mysterious and involve characters with amnesia, or little knowledge of their surroundings or predicament, involving students in pre-reading tasks that require discussion of story elements or themes developed in the narrative might ruin a few surprises for them and are best skipped. On the other hand, IF based on notions of cultural knowledge, such as Emily Short’s ‘Fractured Fairy Tale’ series, which includes variations of Beauty and the Beast (Bronze), Cinderella (Glass), Snow White (Alabaster) and Rapunzel (Indigo), clearly invites brainstorming and discussion on the learners’ prior knowledge of these famous stories, allowing them to make connections between what they already know and the alternative version they are about to play. WARNING: These works of IF make reference to mature themes – play through them yourself before using with students!
- While-reading tasks are a form of assessment, in which the learner’s comprehension of the text is tested. The while-reading phase, traditionally consisting of comprehension questions (in a variety of formats), is unnecessary in IF because IF naturally provides pauses for reflection through exploration and through puzzles, which act as ‘narrative curtains’ (O’brian, 1993). Making progress in IF is clear evidence that the reader understands not only the meaning of the words, but how the words are used in the game (following not only a linguistic model, but a world model). In this way, reading assessment is built into the experience of playing IF, as noted by Desilets (1999): “The aesthetically-placed pauses for problems thus become, among other things, compelling and integrated reading comprehension tests, perhaps the only such tests that most kids will take voluntarily.”
- Post-reading tasks are follow-up activities that are used to promote discussion, implement other speaking or writing tasks related to concepts presented in the text, or focus on specific grammar points or vocabulary.
Introducing IF with 9:05
(This framework, with some adaptation of the pre and post phases, can be used with any IF game).
1) Pre-reading/playing phase:
Because this is the first time your students will most probably have encountered IF, the Pre-reading/playing phase will mostly deal with introducing the concept of IF and teaching students IF commands.
- Explain what IF is: the oldest form of commercial video game; the most popular genre of the early 80s; it’s text-based (NO GRAPHICS!); it’s a form of participatory storytelling: you play the main character in a story and control their actions – and the way the story is told.
- If you have a data projector in the classroom, fire up an interpreter and show the first screen of 9:05. Explain what the different information on the screen means (status line, story-generated text, > command prompt).
- Let the students read the introductory text and ask them to suggest commands (reminding them that they are the character on the bed). It is important to type in commands as they are suggested (eg. ‘go to the bathroom’) so that students get the idea that not everything they type will be understood by the game and that commands need to be broken down into their component parts (eg. getting off the bed before moving around).
- As the phone will continue to ring, a student will sooner or later suggest ‘answer phone’ or a variation thereof. Again, it is important to try out the various possibilities so students can see the flexibility (or inflexibility) of the parser and start thinking about the need to paraphrase during gameplay (using traditional action verbs vs phrasal verbs: eg. pick up phone, pick phone up, answer phone, get phone, take phone).
- Answering the phone triggers the first advancement of the narrative and gives the reader a sense of who they are and what they are supposed to accomplish. Pause here to ask the students what they think the objective of the game might be (to get to work ASAP?). You might ask them what they think the protagonist needs to do next (hopefully getting them thinking about the language involved in taking a shower, getting dressed, etc). Remind the students to think in terms of micro-actions: a common command suggested by students early on is ‘go to work’! The story will only progress once the protagonist is told to ‘get up’, ‘stand up’, or ‘get off bed’.
- At this point, you can tell the students that the game will only understand some of the more common action verbs, and they can, for the sake of expediency, use 2 word verb+noun collocations and omit articles and adjectives; Movement is done through compass directions (Go North=North=N) and exits from the current room are usually indicated under the room description; Special commands (and VERY important ones at that) such as LOOK, EXAMINE and INVENTORY need to be used often and can be abbreviated (L, X, I).
- Give each student a copy of the IF for Beginner’s Guide and let them have a look through the verbs and commands (and hope they don’t notice LOOK UNDER for the time being
)
Pre-teaching vocabulary
Pre-teaching difficult vocabulary before playing IF is a mandatory step for most works of IF as they are authentic texts (they haven’t been scripted for the purpose of language learning). There are many ways to pre-teach vocabulary (and will be showcased in upcoming lesson plans), but it is universally agreed that the best way to do so involves presenting the words in context (ie. in a sentence where meaning can be deduced). However, because we don’t want to give any of the story away before playing through it, a case can be made for simply presenting a word list and asking students to either match words to meanings, or a similar non-contextual activity. I found 20 words in 9:05 that might pose some difficulty for an upper-intermediate level class. If using 9:05 with lower levels, the word list will surely need to be adapted to ensure students have enough support to play the game without constantly asking for word meanings. Here is my suggested 905 word list for an upper-intermediate level.
2) While-reading/playing phase
- The students should now have enough information to start exploring 9:05 in front of a computer themselves. 9:05, as it is very short, lends itself perfectly to multiple play-throughs in 45 minutes (the duration of a computer room slot where I teach). Longer games or game sessions could be done over 2 consecutive slots or over a period of many lessons. Because playing IF requires some linguistic competence, some level of knowledge of the world, a healthy dose of imagination, and good problem-solving skills (some of which may be in short supply in a given student), I recommend pairing weaker and stronger students together, so that they may help each other during the game. In this way, a student who is not very strong in vocabulary, but who is strong in critical and lateral thinking can still contribute and participate fully, balancing out their partner’s weaker traits. Furthermore, putting the students into pairs (or small groups) creates the opportunity of extending the language practice beyond reading and writing to include speaking and listening as well. ‘Computer Mediated Collaborative Learning’ (CMCL), where the computer acts as a mediator between its users and provides stimulus for oral communication during a task, can potentially create situations for authentic speaking practice. The ‘conversational spin-off’ (Piper, 1986) created during CMCL, which includes asking for repetition, clarifying a statement, giving and asking for opinions, and agreeing and disagreeing are vital to the foreign language learning process.
- Because you have previously played 9:05 yourself (right?), you will already have a pretty good idea of what linguistic and puzzle-based challenges your students might face. If you see a pair of students struggling with the right commands in a given situation, give them a hint (eg. ‘it’s a phrasal verb’, act it out or contrast it with a similar verb) and don’t forget to direct them to the ‘Beginner’s Guide to IF’ card – because they will probably have forgotten about it. If you notice that they are wasting time in a given location, this may be due to their lack of imagination. Ask them what they would do in real life in that situation – get them thinking about the micro-actions needed to perform complex actions. Give gentle nudges when necessary, without giving things away too directly, if possible. The biggest joy in IF comes from solving puzzles, especially after spending some time struggling with them. 9:05 has 3 endings – one ‘good’ ending and two ‘bad’ endings. You (as the teacher) will need to have explored all 3 in order to be able to guide your students to and around them. What makes 9:05 interesting is that the ‘good’ ending is not the most satisfying one (and is often the first ending found). After achieving this ending, students need to be told to try again and make different choices (looking in the wallet might help). This will probably lead them to the main ending, which in fact, is a ‘bad’ ending – but it is a much more interesting and surprising finale. This ‘bad’ ending should then trigger the urge to go back and try again in order to find evidence of what has supposedly happened – demonstrating, in the process, how IF is unique in its ability to allow players to ‘go back and take a different path’ and thus rewrite the narrative. I would recommend telling the students to use the ‘SAVE‘ command once they have exited the house. This will enable them to quickly go back that point using the ‘RESTORE‘ command (saving time and the hassle of having to look appropriate in order to leave the house).
- When you notice that a particular group has made some progress (by overcoming an important obstacle or reaching a location), you might consider telling the whole class that ‘group Y has already accomplished X’. Not only is this an indirect way of saying “hey, it is possible to X – somebody has done it, so don’t give up”, giving stuck students a sense of hope and encouragement, it also creates ‘intra-group competition’ (Whitton, 2010), which may serve to make them double their efforts. As a final recommendation, the fun in playing IF can quickly evaporate if solutions to puzzles remain elusive for too long. It is important to watch your students while they play and be ready to offer hints and clues (or even a straight-out solution if all else fails) to a puzzle if they seem close to the point of becoming disengaged with the game. The main objective of using IF with students is to get them reading in a very interactive and engaging way – and reaching the end of the story is their prize for solving the puzzles and using the right words to get them there (even if with a little help).
3) Post-reading/playing phase:
Playing an IF game is, in itself, a worthy language practice activity (incorporating reading, writing & vocabulary). If played in pairs or groups, there is the additional potential for speaking and listening practice.
In the case of 9:05 and its use as an introduction to IF, other than a discussion on what really happened in the story (and maybe the concept of the unreliable narrator), it is not really necessary to extend the post-
playing phase. However, I will make a few possible suggestions on how further language practice can be implemented:
- Reading: Students read this adapted static-text version of 9:05 and comment on which version (IF or static) they prefer and why: 9_05 adapted text.
- Writing: Students write a letter (perhaps to a loved one) as if they were the protagonist explaining what happened to them (more specifically, what is discovered in subsequent play-throughs).
- Speaking/Listening: Students (in pairs) role-play a scene between the protagonist and the police or a judge.
- Grammar focus: Third Conditional; Form – If + had/hadn’t + would have/wouldn’t have + past participle; hypothetical past. Students need to make sentences related to how things could have been different for the protagonist: If he hadn’t overslept, he wouldn’t have
- Vocabulary: Using the ‘transcript‘ or ‘script‘ command at the beginning of the game saves all interactions between the player and the computer into a text document, which can later be analysed by the teacher or student. Having created a transcript of the session, students can go through the text and find any words or expressions they are still unsure about and look up their meanings in a dictionary.
Flow, motivation and student perceptions of playing 9:05
In every lesson I have used 9:05, the students have REALLY enjoyed the experience. EVERY student (bar one girl, who said she didn’t like video games and did not make any effort to participate), has been completely engaged during the time they’ve played it. That’s 45 minutes of totally focused reading, writing and thinking – while doing an activity described as being ‘interesting’, ‘educational’ and ‘fun’. This is an example of FLOW (mentioned in my last post) at is best. In order for flow to be experienced, an activity needs to have a clear and achievable goal. Additionally, the activity can be neither too easy nor too difficult – it needs to be at just the right level of challenge. Lastly, there needs to be immediate feedback. As discussed in my previous post, GOAL and FEEDBACK are elements that constitute the definition of ‘game’, and this goes some way to explaining why video games are able to captivate players for such long periods of time. However, the issue of a game being at times ‘too easy’ or ‘too difficult’ is precisely where many video games (and IF is no exception) lose their grip on the player. Many video games (and IF is included here again) do not allow for the customisation of the of level of difficulty – and as soon as it gets too hard, players start to lose interest – and give up. That is why I always recommend that students play IF in pairs (or small groups) and that if used in the classroom, that the teacher be on hand, ready to give a nudge in the right direction as needed.
Flow is also directly related to the concept of motivation – one needs to be intrinsically motivated in order to become engaged enough in an activity to achieve its goal. Malone and Lepper (1987) argue that intrinsic motivation includes the aspects of challenge, fantasy, control and curiosity. Interactive Fiction inherently embodies all of these concepts:
- There is a clear goal – to reach the end of the story (or discover all of the text created by the author).
- There is immediate feedback – a player of IF knows immediately if she has succeeded in creating new text – the story continues.
- The level of linguistic and puzzle-solving difficulty in IF cannot be changed, but many IF games have some sort of built-in hint system. Those that don’t can be supplemented with maps, hints and walkthroughs (easily found online).
- Challenge is one of the defining characteristics of IF, due to the need to solve logical puzzles.
- IF fully embodies the aspect of fantasy as it lets the player become someone else (often in other-worldly scenarios).
- The reader of IF is given a huge amount of control in deciding which actions to take, and in which order to take them.
- Like reading a good book or watching a good movie, curiosity in knowing what happens next and how it ends, is alongside ‘challenge’, a very strong reason to continue playing IF.
To sum up, I posit that 9:05 is a potential flow-inducing activity because it incorporates all of the above aspects. But don’t take my word for it – check out Mura’s blog. He introduced 9:05 in a lesson following the framework described above and noticed a difference in student engagement:
“The atmosphere generated by using this game was clear enough, students were much more engaged than if you had just given them a static story to read”.
After using IF with many classes and many different levels over the years, I finally decided to document my findings in a case-study on student perceptions of using IF for language learning (to be published in 2013 by IGI). Here is what some of the upper-intermediate students had to say about playing IF (for the case-study, they played 9:05 and Lost Pig):
- I never played a game like this before and found it interesting.
- It’s and interesting and fun.
- I had fun playing it.
- IF games are really complex and you never know what might happen next.
- I like it because it’s a different way of learning and developing English skills.
- The game story is attractive and we really learn English.
- I have fun playing it and at the same time I learn new English vocabulary.
- It’s a really good tool.
- You’ll improve your vocabulary, writing, speaking and correct some mistakes that you make.
- It’s an educational activity with a fun side.
- You have to use your English vocabulary to command your character in a way that the computer understands what you are trying to say.
The top 3 adjectives used to describe 9:05 were: ‘interesting’, ‘well-written’ and ‘surprising’. How often have you heard a student saying a text they read was ‘well-written’?
However, as has been mentioned before, IF is challenging on various levels. The most referred to challenges are:
- knowing what right verbs to use
- expressing myself in the correct way
- figuring out what to do
The first challenge can be somewhat reduced by providing students with a list of commonly used verbs (and perhaps getting them to think about synonyms and antonyms).
The second challenge seems to be linked to the first, but might also include grammatical structures, or not tackling a puzzle int the correct way. Paraphrasing is a skill that can be improved by playing a lot of IF.
The last challenge is related to problem-solving ability, critical and lateral thinking skills, and simply not reading the text carefully enough. IF requires careful reading and re-reading of every text.
It is my view that these challenges are precisely what makes IF so engaging and rewarding to play. With enough support (vocab lists, hints, maps, more intelligent partner), these challenges can be overcome. And like
learning a language – the more you practise, the better you get. The more IF you play, the better you play IF.
In future posts, I hope to provide lesson plans (following the framework introduced above) for many other IF games, with consideration given to potential challenges and how to they may be overcome.
See you there?
>
Interactive Fiction and Digital game-based learning
8So, I’ve discussed what IF is and suggested how to choose a game for use with students. I think it’s a good idea now to look at why we should be using IF for learning in the first place, which will be done over 3 posts:
- This first part will focus on the inherent educational qualities of IF as a video game, and these will be mapped to the ‘learning techniques found in video games’ posited by Marc Prensky (2001).
- The second part will present the educational qualities of IF mapped to the literacy-based ‘learning principles of good video games’ argued by linguist James Gee (2003).
- The final part, following the premise of this blog, will focus on the language learning affordances of IF as a story/game.
“Let my playing be my learning, and my learning be my playing” – Johan Huizinga (1971)
Because IF is a form of video game, it can be used for digital game-based learning. DGBL is the field of study that looks at how video games, either specifically designed for learning – called “serious games”, or regular games, not specifically developed for educational use – called “commercial off-the shelf” games (COTS), can be applied to teaching and learning scenarios.
Video games are inherently educational because they have the following characteristics:
- they allow you take control of characters and see the world through their eyes and from different perspectives;
- they present problems which need to be solved through critical or lateral thinking;
- feedback is given immediately – you are encouraged to make mistakes and learn from them;
- the simulated environment is safe – players are encouraged to take risks and evaluate their actions;
- they give practice in thinking about and doing more than one thing at a time – multi-tasking;
- they present a conflict which must be overcome - this creates excitement and provides unexpected and stressful situations which must be resolved, paralleling real life;
- they provide an environment for social and collaborative learning.
Video games can also allow for the transfer of factual knowledge to learners, without them even knowing – a concept known as “stealth learning”, which occurs when “learners are not overly aware of the fact that they are learning, how much they are learning, or how difficult it is”, Gee (2007:124).
We’ve all either been in the situation or noticed another person playing a video game for hours on end, without even realising it. The expression “time flies when you’re having fun” could not be more in tune with the engagement offered by video games. This distortion of time is one of the results of being in the state of deep concentration known as “flow” (Csikszentmihalyi, 1991), which occurs when one’s attention is completely focused and there is total engagement in achieving their goals. The Flow experience is commonly attained when playing video games (and during other pleasurable activities such as sports) and is one of the reasons why DGBL is such a worthwhile endeavour. If we can teach through games, learning may become a more pleasurable & more engaging experience – with more fruitful outcomes.
Where’s the fun?
Of course, we shouldn’t forget the reason why we people play games at all – because they are fun. Or should we? Arriving at a clear definition of “game” is universally considered to be a difficult task, given the multiple definitions found in dictionaries and the way “play” and “game” are used in the English language and in diverse fields of study. Huizinga, in his seminal work ‘Homo Ludens: A Study of the Play-Element in Culture ‘(1971:28) provides us with a definition of “game” that is interchangeable with the meaning of “play”:
A voluntary activity or occupation executed within certain fixed limits of time and place, according to rules freely accepted but absolutely binding, having its aim in itself and accompanied by a feeling of tension, joy, and the consciousness that it is “different” from “ordinary life”.
Salen & Zimmerman in ‘Rules of Play’ (2003:81), have gone further and constructed a definition of game with a more comprehensive scope, basing it on the linguistic use of the words “game” and”play”, while taking into account their meanings in French and German. Furthermore, it is an amalgamation of eight definitions from various fields of study including two from video game design experts, Greg Costikyan (1994) and Chris Crawford (2003):
“A game is a system in which players engage in an artificial conflict, defined by rules, that results in a quantifiable outcome.”
More recently, DGBL researcher Nicola Whitton (2010:23) has proposed a more open definition of game, which includes the following 10 characteristics: Competition, Challenge, Exploration, Fantasy, Goals, Interaction, Outcomes, People, Rules & Safety.
Alternate-reality game designer Jane McGonigal (2011) has gone back to the basics and produced a more simplified definition made up of 4 points: Goal, Rules, Feedback System & Voluntary Participation.
If you’re still with me, you might have noticed that the one element that is missing in every definition of game is what for many may seem to be the most obvious: fun.
Crawford (2003:34), illustrates the relationship between game, play and fun:
- “Game” is the formal activity that you perform.
- “Play” is the actual behaviour that you engage in.
- “Fun” is the experience or emotion that you derive from that behaviour.
This relationship leads to a simple conclusion: games and play must lead to fun. If a game isn’t fun, it’s a bad game. It sounds perfectly logical, and it is flatly wrong.
He then goes on to note that:
the problem with this reasoning lies in the fact that the words “game”, “play,” and “fun” are in flux. They have historically been associated with the behaviour of children, yet in the last century, with the creation of significant amounts of leisure time, adults have taken up play as well. This new, adult kind of play is still play by any definition, but the word “fun” doesn’t quite fit the adult’s experience…”
It can be said then, that in addition to this constant lexical metamorphosis and being a concept historically linked to children and their games, fun is not a required component of a game, as many games are not “fun” per se (think of chess or any sport you hate), nor can “fun” be designed into the game, as what is “fun” for one person might not be “fun” for another. Michael & Chen (2005:20), put this into perspective: “it is not an ingredient or something you put in. Fun is a result.”
The 13 Learning Techniques of video games
The person who started the DGBL ball rolling (coining the name in the process) was Marc Prensky, with his book ‘Digital Game-Based learning” in 2001. While making a huge impact by raising awareness and interest in using video games for learning in educational circles, Prensky has come under fire for not being very ‘academic’ in his writing (to the point of it not being considered real ‘research’ by some academics) and for instigating the ‘digital native’ vs ‘digital immigrant’ debate – which has been debunked (see Bennet et al, 2008; Selwyn, 2009). Despite this, his was the first major work on the educational properties of video games and his list of 13 ‘learning techniques’ are a good starting point to see how video games – and in this case, IF, are inherently educational. I have been thinking about how IF fits into the more general theories of DGBL for some time and so at last, in the following table, I present Prensky’s learning techniques (by title and a brief description – using his words) and commented if and how they are represented in IF.
Prensky’s 13 learning techniques used in digital games (2001:157-163):
| Technique | Description | Present in IF? | |
| 1. Practice and feedback | The game tells you things – provides drilling practice | YES | |
| In IF, input needs to be understood by the parser – typing and spelling need to be accurate – finding synonyms for commands and rephrasing is mandatory. Feedback is constantly given – replies of ‘ I don t know how to do that’ are given if the player has not succeeded in their command or a new passage of text when successful. | |||
| 2. Learning by doing | Active participation by the learner | YES | |
| IF is based on the constructivist theory of learning, where knowledge of the world is built by direct interaction with it through exploration, discovery and problem-solving. Interacting with the game-word requires imagining actions and the specific micro-action they involve and thinking about the language necessary to command the protagonist to perform them. | |||
| 3. Learning from mistakes | Motivation stems from failing and trying again | YES | |
| Feedback reflects the player’s success at navigating and interacting with the story/world. Successful navigation of the story results in more narrative being produced. Replies pertaining to non-comprehension of commands and the text created upon failed attempts at solving puzzles, overcoming obstacles and even abrupt endings or death, serve to motivate the player to try alternative words and strategies. | |||
| 4. Goal-orintated learning | Learning to do something vs learning about something | YES | |
| Every work of IF has a goal – depending on the perspective of the player: either to reach the end of the story; or producing as much of the narrative as possible. Being a form of digital literature, fact-orientated learning is also implemented as literature encompasses factual and cultural notions in addition to language (vocabulary and grammatical structures) and literary concepts (point of view, etc) however, these are all by-product of the engagement with the game. | |||
| 5. Discovery learning and guided discovery | You learn something better if you find it out for yourself, rather than have it told to you | YES | |
| This is certainly implemented in IF as problem-solving (one of the defining characteristics of IF). Guided (or structured discovery) is also implemented as the logical puzzles act as ‘narrative curtains’, which act as a pause mechanism for the player to re-access the state of the narrative and the protagonist’s place within it. While finding the solution to a puzzle may be difficult, obstacles are usually made clear in the narrative and there are clues that guide the player to their solution. Modern hint systems also exist to guide the player when stuck. | |||
| 6. Task-based learning | Skip generalized explanations and go straight into interaction with problems | YES | |
| In most cases, IF is made up of a series of logical puzzles – tasks, which need to be completed and which usually get more difficult as the narrative progresses (and the player’s familiarity with the game world and its conventions increases). Additionally, like TBL in TESOL, the player is introduced to these tasks during gameplay in context and they are not pre-practised or decontextualised. | |||
| 7. Question-led learning | Thinking about information available in order to anser questions, rather than just being told | YES | |
| Although directly associated with quiz and trivia type games, many IF games implement Non-Player Charcters, who ask questions and many puzzles revolve around giving information based on general knowledge or specific knowledge gained through exploration of the game world. The genre of IF itself, has been compared to the construct of the classic ‘riddle’ (Montfort, 2003) – thus allowing its inclusion in this point. | |||
| 8. Situated learning | Learning is set in an environment that is similar to or identical to where it will be applied in the future | YES | |
| IF, characterised as being a simulated world with its own particular rules, naturally lends itself to situated learning. Actions taken in the simulated world must abide by its rules and the player must put themselves in the place of the protagonist and try to understand the world from their perspective. This is especially relevant to the language that is used, which must be understood and manipulated by the player in order to progress in the game. Obviously, games taking place in a ‘real-world’ setting will allow for more situated learning to be later implemented in real-life than a game involving fantasy elements, however even these require thinking about how an action may be completed following the rules and respecting the environment and language used. | |||
| 9. Role-playing | Role-playing | YES | |
| IF inherently involves taking on the role of another person and seeing the world their eyes and acting upon it through this perspective. | |||
| 10. Coaching | Support systems and ‘practice missions’ | YES | |
| Although not implemented in every IF game, coaching is often done through the implementation of non-player characters, which in addition to often being part of a puzzle which needs to be solved, they can also be conversed with, resulting in the player learning more about the game world, solutions to problems and a clearer sense of the goal and what needs to be done to attain it (eg. Lost Pig). Modern hint systems (ex. Lost Pig, Bronze) can also take on this role of ‘coach’ giving out only that information which is needed to solve a problem at hand in order advance the narrative. | |||
| 11. Constructivist learning | A person learns best when he or she actively “constructs” ideas and relationships in their own minds based on experiments that they do, rather than being told. | YES | |
| IF actively encourages the construction of ideas an the linking of information discovered upon exploration. According to Kozdras and Haunstetter ( 2006), the underlying theory of IF is constructivism – IF places the learner into a situation, in which she will actively make meaningful choices and receive meaningful feedback in the way of plot movement. | |||
| 12. Accelerated learning (multisense learning) | Learning involving multi-sensory experiences | NO | |
| Prensky is describing something akin to the TESOL method of TPR, which obviously does not apply to IF (and any other video game not involving movement – DDR, Wii, PS Move, Kinect). | |||
| 13. Selecting from Learning Objects | Pieces of a program are built as stand-alone units with input and output hooks to link them together the particular task at hand | NO | |
| Perhaps implemented in IF game authoring using Inform 7 libraries, which extends the capabilities of the default Inform 7 library. Exists in other genres of games that allow for modding and building (eg. Little Big planet, Minecraft). | |||
| 14 Intelligent tutoring | An intelligent tutor looks at a learner’s responses and tries to decide why he or she made the error and give specific feedback | NO | |
| Many modern games are progressively trying to implement in-game responses which try to offer suggestions on possible commands or tips. Still not widely implemented in IF, current research in using IF for language learning is looking into using adaptive feedback based on the player’s level of linguistic mastery (Cornillie et al, 2010). | |||
Summary:
All of Prensky’s learning techniques, except for Coaching, Accelerated Learning (TPR), Selecting from Learning Objects and Intelligent tutoring can be found in ANY IF work.
Coaching and Intelligent Tutoring can be found in some IF works (with advanced help systems such as Lost Pig and Bronze or games with tutorials such as The Dreamhold).
Selecting from Learning Objects is more related to the design of games, and not actual game-play, but may be implemented when authoring IF with Inform 7 libraries.
Accelerated Learning, as it is based on the principles of Total Physical Response, can naturally only be found in video games that implement control mechanisms such as those found on the Wii, Move or Kinnect. This is obviously not compatible with the notion of a text-based virtual world, although if one considers state-of-the-art adventure games such as Heavy Rain, which can use movement controls, to be extensions of IF, then it may yet be considered.
10 out of 14 for ALL IF games is not bad – and shows that IF implements these ‘learning techniques’ and can therefore be considered as an educational tool.
Next up: We go a bit deeper and look at Gee’s 36 learning principles and 13 revised principles.
Choosing an Interactive Fiction game for use in the classroom
19Choosing the right IF game to use in a lesson for the first time is a very important decision – the students’ first impression can make or break the idea of using IF as a pleasurable and useful learning tool in and outside of the classroom. One of the main reasons I use IF with my students is to promote their use as an autonomous tool for practicing reading fluency. Most of my students do not read books in English at home (and many not even in their native tongue). If by using IF in a lesson I can get 1 student interested enough to try it at home afterwards, then I have succeeded in my mission (and this is usually the case).
However, in order to instill this sense of wonder in students (remember, this is very likely the first time many of them have ever seen anything like IF – imagine being shown a book for the very first time, or YouTube), then we have to tailor their first IF experience to be fun and memorable – while at the same time fitting in with the context of the group and setting. There will always be those students who are just happy to get out the usual classroom situation and won’t think too much of the game you’ve chosen in any case. Other’s might actually believe their precious class time is being wasted and would prefer to do some exam practice from the course book (this has actually happened to me with one of my students!). However, if we can captivate them with the first game they play, chances are they will want to try another – on their own or as part of a lesson.
Like using any other kind of media with learners, it is very difficult to match the tastes of everybody in the class. We all have stories of that great song or film we brought into class, hoping that our students would love it – but for some reason, incredibly, some just didn’t appreciate your good taste. This happened to me the other day – I decided to show one of my favourite films – ‘Scott Pilgrim VS The World’ as it is incredibly funny and innovative both in story and cinematic presentation. I thought that it would appeal to MOST of the students as it is deals with topics that the majority of young people are interested in: relationships and music. Mix it with a concept of ‘gamification’ beyond anything McGonigal (2011) could ever hope for and you have a very original and entertaining movie. And I think it is precisely here that the film fails to captivate many students – it flows in-between reality and fantasy too smoothly and many of today’s younger generation are just not imaginative enough to process this. In the first class I showed it to – on a Friday night with some very imagination-challenged students, only about a third of the them enjoyed it. In the second, a Saturday morning class, mostly made up of very motivated and open-minded students, only a third didn’t seem to be overly-enthusiastic about it. To sum up, every student and every class is different. Even the day of the week or the time of the class can have an impact on how students react to an activity.
Guidelines for considering IF to use with learners
When considering IF games to use with learners (and indeed, even to play yourself), I suggest thinking about the following 10 points:
- 1. Genre/theme – While the genre associated with most early text-adventure games is standard dungeon & dragons/Tolkien inspired fantasy, Infocom released classic games in the genres of detective, mystery, horror, and science fiction, amongst others. Taking this much further, modern IF has been created in every conceivable genre steeped with literary innovation, from Lovecraftian horror and futuristic spy thrillers to real-world drama involving the death of a loved one, writing a dissertation or conversing with a statue. To sum up, there are as many genres of story in IF as there are in books and choosing one that appeals to all your learners is a difficult task. However, in my experience, I have found that games somewhat grounded in reality are better to introduce IF game-play mechanics. Because students will likely have the schema of how to act in common situations and are familiar with most real-world objects and how they may be used, they have an easier time solving puzzles and progressing in the game. I would suggest using a game with a familiar theme with students the first time around, and then move on to a more fantastical setting afterwards, so they get a idea of the flexibility of IF and how it caters to different tastes.
- 2. Plot – The vast majority of early text adventures had very little plot to speak of besides collecting a certain number of treasures or escaping from one’s current location. Modern IF can have plots as complex as a Christopher Nolan movie, with surprises around every corner. Based on experience, I would suggest using a game with a specific (supposed) goal – for example, getting to work or finding a lost pig. Of course, being examples of good literature, the twists and turns the story will take before allowing the player to reach that goal are what make it a worthy reading/paying experience.
- 3. Length – Much of the pre-modern era IF could take weeks, months and even years to complete because of a badly implemented parser or fiendishly difficult puzzles and the lack of easily accessible hints or walkthroughs. I often tell the story of how it took me 15 years to finish Zork. In the days before the ubiquity of the World Wide Web, when a player got stuck in a game, he would have to write to a specialty magazine and ask for help or hope that someone else would submit clues. Because of this reliance on hints in magazines, I was only able to get past one of the puzzles in Zork many years after giving up and moving on to other games. There are still difficult and geographically vast IF games created today, but most of what is released is promoted through the various annual IF competitions, which require that submissions be short enough to be finished in 2 hours. Being able to do this, may of course depend on the player’s prior familiarity with IF and puzzle-solving ability. However, thanks to the Internet and numerous IF communities, a hint or walkthrough is never out of reach. Many games have been written which can be played in under 30 minutes or 1 hour. I strongly recommend introducing IF with a game which can be completed in the time available in a given lesson (for ex, a 45 minute computer room slot). If it proves a success, then longer games can be attempted over a series of lessons (using the SAVE command, which functions as a bookmark).
- 4. Geographical Size – In IF, locations are called ‘rooms’, even if the ‘room’ represents an outdoor space such as a garden or the interior of a vehicle. The rooms in IF are what constitute the game world and movement within these rooms is what immerses the player in the narrative by giving her a sense of spatial orientation. Older text adventures would boast hundreds of rooms to explore as a selling point (and many of these were often mazes – now considered to be taboo in good IF). This of course led to the need for ‘mapping’- drawing little boxes to represent locations and listing the object found within them and all possible exits. Mapping is still an important skill to have when playing IF and can certainly add to the enjoyment when playing certain geographically complex games. These days, most writers prefer having a good story and innovative puzzles compared to numerous rooms which serve no purpose but to confuse the player. This is evidenced by the numerous single-room games that have been created in the modern era of IF. However, I would not recommend using a 1-room game to introduce IF with students. Firstly, because we want to introduce IF as a simulated WORLD, not a simulated room. Students might get the wrong impression that all IF takes place in a single location. Secondly, my own students have shown a preference for multi-room stories because of the sense of movement and exploration they entail. This is in line with the theory of spatial immersion mentioned earlier. Commanding the player-character in ‘Bronze’ to move West into The Great Dining Hall is like the reader herself moving there as well and the flooding memories of Beauty, likewise become the memories of the reader. Until students become experienced with how to communicate with IF and what is expected of them, I would advise not using a multiple-location game that is too vast or too confusing (ie. with many UPs and DOWNs, and NEs and SWs, for ex.). Adding the need to map the game as they play while they are still grappling with basic IF mechanics may lead to cognitive overload.
- 5. Puzzle or no puzzle – IF games are often categorized as being ‘easy’ or ‘difficult’, related to the level of difficulty and importance given to puzzles in the game. Text adventures, by definition, are narratives with logical puzzles which need to solved in order for the story to progress. Indeed, the earliest text adventures were basically a series of puzzles with the barest of narrative to string them together. One of the innovations of modern IF was for the puzzle aspect to take a back-seat to the storytelling. This has led to the creation of ‘puzzle-less’ games where the player still interacts with the story (albeit, in a perhaps less-immersive manner). With regards to puzzles, for an introductory IF game, because it is important to give learners a general idea of what IF is, I would recommend a game WITH puzzles – but which are not too difficult, nor numerous in quantity. Puzzle-less games, although satisfying on a literary level, are usually not as well-received by students because of the large quantity of uninterrupted text and because reduced input removes the interactive element of IF, making it solely a reading experience and not a reading/playing experience. It is also important that you, as the teacher, know how to solve the puzzles yourself so that you can guide students towards a solution, if needed. In IF, getting stuck at a puzzle can lead to frustration and without some support, this can lead to giving up. Some learners like problem solving and are good at it, and others don’t. Again, like choosing a genre, predicting how well students will be able to solve a game’s puzzles is difficult.
- 6. Quality of parser – A game that understands a wide range of input and which provides more varied responses will be more pleasurable to play and able to captivate players for a longer time. In general, modern IF games will have better implemented parsers than older games, especially pre-Infocom and 2-word parser games, which should mostly be avoided.
- 7. Humour – Many games have humorous text (especially in responses) or involve humorous situations. I personally think that using humour is a great way to introduce anything, as it makes things more memorable. Introducing IF with game with a humorous slant might make it a more enjoyable and memorable experience.
- 8. Hint system – As you, the teacher, will be there to offer the learners support, a built-in hint system, available in many of the better-quality modern IF games is not strictly necessary. However, it does offer the learners a chance to be more autonomous while they play. Of course, the system can also be abused, but if told that their enjoyment of the game will suffer from using hints, most students will persevere until they are really stuck. Games with hint systems are ideal for autonomous learning scenarios.
- 9. Replay value – One of the unique aspects of IF is the ability to go back to a point in the game and make different choices and take different roads. Despite this, most games still have only one true ending which players will be guided to by overcoming the various obstacles set in their way. However, some IF games require multiple playings in order to reach various different endings or to see a more complete picture of the narrative.
- 10. Language difficulty – Because the whole reason we are talking about IF is to use it for language learning, some consideration needs to be given to the difficulty of the language presented in the game. Almost all IF games are examples of authentic language, they haven’t been scripted for language learners. There are a few works of IF which were created especially for language learning, but as with any ‘educational’ game, something gets lost while making them educational and many of the ‘fun’ elements of the game are no longer present. It is said that we should ‘grade the task, not the language’. This may be especially difficult given the fact that the whole text is authentic and often above the language proficiency level of most non-native speakers and that the task at hand is reading that text and progressing until the end of the game. Despite this, playing IF entails focusing on the process, not the product. Fluency and comprehension are stressed above linguistic analysis. By pre-teaching the vocabulary you deem to be more difficult, learners will be better prepared to interact with the text and students will additionally be forced to infer meaning from context. It is of course, necessary to go through a game yourself first and decide if the language is appropriate and at a level where your learners, with support, will be able to understand the text.
This last point is very important: play through the game beforehand so you know what vocabulary to pre-teach, the solution to puzzles and whether there may be certain paths worth taking in order to produce interesting narrative results. To help you with this, hints, maps and walkthroughs are for the most part, readily available on Internet.
Games and walkthroughs can be found here and here and can be searched using the above criteria on the user-created lists and polls.
My recommended game as an introduction to IF ?
9:05 by Adam Cadre

Based on the guidelines above, 9:05 is the perfect introduction to IF for the following reasons:
1. Genre/theme – the game is real-world based and the world model is easily assimilated by newcomers. It starts off with a basic everyday problem.
2. Plot – having one of the best twist ending in IF, the plot seems to be to get to work ASAP!
3. Length – this is a very short game- it can be completed in 20 minutes, leaving time for further replays.
4. Geographical size – although it takes place in 2 separate locations, with a car-drive in between, the number of rooms is very small and mapping is unnecessary.
5. Puzzle or puzzle-less – the only ‘puzzles’ involve the simple manipulation of every-day objects.
6. Quality of parser – the parser, while not a poor one, is the weakest element of the game.
7. Humour – an excellent example of dark humor, only to be discovered at the end.
8. Hint system – there is no hint system, but then again it is not necessary as there are no difficult puzzles.
9. Replay value – there is immense replay value as there are 2 different endings (a ‘good’ one and a ‘bad’ one) and students should be encouraged to go back and find evidence to corroborate the ending.
10- Language difficulty – the level of language is not too difficult and by pre-teaching 20-25 words, it can be easily completed by upper-intermediate students.
| 9:05
The phone rings. Oh, no — how long have you been asleep? Sure, it was a tough night, but — This is bad. This is very bad. The phone rings. |
9:05 is an award-winning work of IF and rightly so – it deftly places you in the story and then yanks the floor out from under you! Devised as an experimental piece of IF, it plays on standard IF tropes and demands replay in order to prove the narrator wrong. I always discuss the ending(s) with my students afterwards and mention how this type of story would be impossible to do in a traditional book. It is usually an enormous hit with students and they remember the ending long after playing it. As I don’t want to give anything away, you will really need to play through it first in order to decide if the content is suitable for your learners – it might not be everyone’s cup of tea, but it is a MUST-play for anybody curious about IF.
The semantics of Interactive Fiction
3Throughout the articles in this blog, I’ve used multiple words to refer to the same concept, for example: ‘game’, ‘story’, ‘work’ – when referring to a single example of Interactive Fiction.
Although this may seem like a confusing thing to do, there are 2 reasons why I’ve done this:
- it is not as straightforward as it might seem
- it gives a more complete idea of what IF is
When referring to 9:05 – do we say: “9:05 is an Interactive Fiction game” or “9:05 is a Interactive Fiction story” or “9:05 is a work of Interactive Fiction” or “9:05 is an Interactive Fiction (with the plural being Interactive Fictions). I have seen them all being used and I would agree that they are all perfectly acceptable. In the end, it may all come down to one’s personal preference. However, I have purposely interchanged these words because I think it is important to stress the different facets of IF, especially to those who are hearing about it for the first time. If I were to say to a teacher:
“Hey, you should try out this great IF game with your class”, it would generate a response ranging from “Fantastic, what’s it about and how do I play it” – from a teacher familiar with the principles digital game-based learning, to “I have adult students, they don’t like games” from a teacher who doesn’t know how a video game can be applied to a learning context .
We all know the popular saying: “work and play do not mix”. When it comes to using video games for learning, Gee (2003) disagrees:
“When we think of games, we think of fun. When we think of learning we think of work. Games show us this is wrong. They trigger deep learning that is itself part and parcel of the fun. It is what makes games deep.”
For this reason, I have made a point of stressing that IF is indeed a ‘game’ – which will interest those looking for a ‘fun’ and challenging experience and that it is also a ‘story’ – for those who wish to concentrate on the more literary virtues of IF. I also personally like the word ‘work’ to describe an author’s effort at IF as it equates the game/story construct to that of an artistic endeavour. The expression ‘Interactive Fictions’ seems a bit confusing to me with all the possible references made to interaction and Interactive Fiction (as a genre).
Along similar lines, we have also run into the words: ‘read’ and ‘play’ when referring to the action that takes place while interacting with IF. Again, I have used both to indicate that each of these actions take place - all the time. I would say they are inseparable (otherwise, it wouldn’t be IF). However, to appease both camps -the game players and those looking for more serious stimulation, both can be used interchangeably.
This, naturally, has an effect on the word used to describe the person that interacts with IF: is she a ‘player’, a ‘reader‘, or something else?
Saying ‘player‘ again brings with it, for many people, the idea of ‘”not serious”. Saying ‘reader‘ also leaves out any indication that one does more than just read lines on a screen, and that there is therefore no interaction between the reader, the text and the simulated world within it. As an attempt to break free of this twisty maze, some IF scholars have suggested using the word ‘interactor’ instead (Montfort, 2003), which actually makes a great deal of sense. After all, we call it Interactive Fiction.
And that brings us to another age old question: ‘Text adventure’ or ‘Interactive Fiction’?
This, like all the other cases I’ve mentioned, comes down to personal opinion.
I like to think of the history of IF as divided into 3 parts:
Pre-Infocom (1975-1980) – 2 word parser
The Infocom Age (1980-1989) – the classics
The Modern Era of IF (1995- present) – experimentation/narrative focus
Infocom was the company that produced some of the most most loved and critically acclaimed IF of all time. It was also the first to produce works which tried to be more than simple treasure-hunts and dungeon crawls. Infocom produced IF in many different genres other than in the completely overdone Tolkien-esque fantasy setting, with quality writing and often, a great sense of humour. However, what really made Infocom initially stand out amongst other IF publishers was their superior parser – able to understand complex sentences compared to 2 word commands, which were still found in many text adventures throughout the 80s.
It is here that I make the grand distinction:
- text adventure – basic parser, weak narrative/sparse textual descriptions – essentially puzzles strung together in a fantasy or fantastical setting. And lots of mazes.
- Interactive Fiction – complex parser – an engrossing narrative – varied genres – experimental.
There are of course, those who are adamant that IF are just text adventures trying to be highbrow and something other than a mere game. So be it. I played text adventures when I was 10. I like to be surprised by the IF I play today. Things have come a long, long way since Colossal Cave.
It might be a good idea to mention here that IF can still mean different things to different people, especially in academic circles. The genre of games we are discussing evolved from Colossal Cave, released in 1975. In 1982, Robert LaFores coined the term ‘Interactive Fiction’ to stress the interactive element in his games (thanks to the Digital Antiquarian for this info). Infocom then borrowed the label and capitalised on it – so much so, that Infocom and Interactive Ficiton are still synonomous to this day (at least for fans of old-school IF).
While IF was the first type of digital literature (and is still a unique form), it was followed by Hypertext Fiction, or Hyperfiction, which captivated the hearts of literary critics and academics who would shun IF for merely being a game, never taking it seriously as a new form of literature. To make matters worse, academics would later use the term ‘Interactive Fiction’ as an umbrella term for all types of cybertext (narrative-building machines; Aarseth, 1997) – while never giving real IF a chance to grow and evolve into something more literary. Don’t get me wrong – I can see the interest and value of Hyperfiction. It’s the electronic literature critics that disdain IF – eg. J. Yellowlees Douglas, that I am not particularly fond of. In his book “The End of Books or Books without End (Douglas, 2000)”, he states:
“Moreover, digital narratives primarily follow the trajectory of Adventure, a work considered venerable only by the techies who played it in the 1970s, cybergaming geeks, and the writers, theorists, and practitioners who deal with interactivity. Hypertext Fiction, on the other hand, follows and furthers the trajectory of hallowed touchstones of print culture, especially the avant-garde novel.”
Sure. And who exactly is publishing hyperfiction these days? I can name quite a few works of IF that seem to fit quite snuggly in that description. If this book was published in 2000, why is there only a reference to the first ever IF game – Adventure, written in 1975. Why not mention how IF had evolved in literariness since 1975 – eg. A Mind Forever Voyaging (Infocom, 1985), Trinity (Infocom, 1986), Photopia (Cadre, 1998), Spider and Web (Plotkin, 1998) and Anchorhead (Gentry, 1998). 1998 was a good year indeed!
My favourite example of Hyperfiction (although a much simplified and multimedia, not text-based example ) can be found here: www.otnemem.com. It was created as publicity material to go along with the release of my favourite film – Memento. In fact I love the film and site so much, I made a language learning website about them: http://www.theswanstation.com/memento/. However, I must warn anyone who is curious enough to click on the link that it looks REALLY bad, but it was my first attempt at making courseware and I think there were some good ideas in it.
So, Interactive Fiction or text adventure? From a historical perspective, looking at what has been done in the last 10 years or so, I believe it is an injustice to consider these high quality literary and experimental works to be simple text adventures. Modern era IF is continually being pushed in new directions – as it has become more literary and video games have started being recognised as ‘serious’ learning tools, I believe that 35 years later, IF is finally being taken seriously as ‘game’ and ‘story’- and that it is finally going to get the attention it deserves from language teachers and learners.
In the meantime, what really matters is that whatever words we choose to describe it, IF continues to be played, read, and written.
Where to get Interactive Fiction
0In the beginning…
Adventure, also known as ADVENT (due to the restricted naming conventions of early computers) or Colossal Cave, was the first text adventure game, released in 1975. Being one of the first forms of entertainment available on a computer that could be interacted with in natural language, it instantly went viral on university mainframes and is reported to have caused a loss of 2 weeks of productivity wherever it was played. In 1976, a re-worked and improved version was released onto university networks and the text adventure phenomenon exploded, with extended versions of Adventure and similar treasure-hunt/fantasy-based text adventures appearing all over America and England. In 1980, Scott Adams would release Adventureland (having more than titular similarity with the original Adventure), the first computer game to be sold to the general public, thus igniting the computer game industry. However, It wasn’t until a group of students at MIT, who had developed a sprawling text adventure with an advanced parser called ‘Dungeon’, that the genre began to mature. The creators of Dungeon would go on to form Infocom – the most influential Interactive Fiction software company of the 80s, and Dungeon would sell millions of copies distributed as the classic Zork trilogy. Throughout the first half of the 80s, multiple Infocom titles, selling at $40 each, could be found on the Top 10 selling software chart each month. Then, with the growing quality of graphics and the evolution of video games themselves, the commercial appeal for Interactive Fiction simply faded away. Who would have known that this was the necessary step for Interactive Fiction to truly evolve?
Phoenix Rising
With the demise of Interactive Fiction in the marketplace, many fans continued to make their own games using commercially available software. But it wasn’t until the mid-90s, with the introduction of powerful Interactive Fiction programming languages, such as TADS and Inform, that a new, innovative and free era of Interactive Fiction would rise form the ashes.
Thanks to the Internet, a global community of Interactive Fiction fans were brought together through USENET discussion groups, which led to the creation of a central IF repository for fan-created works – the IF Archive, and the organising of the first of various annual Interactive Fiction competitions. These competitions are largely responsible for the bulk of Interactive Fiction that gets written today, and have had a tremendous effect on the quality of games created as well as having pushed the genre beyond it’s self-constructed boundaries of the 80s. Experimental works began to appear: single location games, puzzle-less games, use of different voices (instead of the traditional second person) and above all, the literary aspect of Interactive Fiction was finally given the chance to blossom. Free from the shackles of needing to sell and make a profit, the current era of Interactive Fiction has truly embraced the art of participatory storytelling – the narrative has won over the crossword. Another pivotal change introduced by the competitions was the compulsory creation of Interactive Fiction that could be played in less than 2 hours – making it much easier to introduce IF to new audiences and of course, to incorporate into the language classroom!
While many of the game files for text adventures from the 1980s and early 90s can be found in the repositories listed below, many published works are still under copyright and are not available. Included amongst these, unfortunately, are the Infocom canon, except for a handful of the games from the Zork series. However, some of the Infocom games are available to play online here.
Where to find free Interactive Fiction games:
- The Interactive Fiction Database – http://ifdb.tads.org/
The IFDB is my preferred platform for finding IF games and learning more about them. The layout is attractive and very clear. Game files and information can be found by using a search engine (by game name, author or tags, etc.) or by browsing through lists. The best aspect of the IFDB is its community based wiki-like interface, where users can leave comments about games and create lists of games based on topics, such as:
· Various Top 10 and recommended lists
Users of the IFDB can also ask the community for recommendations or help in finding specific games or information about them. Each page devoted to a single IF game will contain downloads for various game files (if available), any existing documentation (including walkthroughs) and links to play online. Additionally, links to reviews of the game and further recommendations are to be found.
- Baf’s Guide to the IF Archive – http://wurb.com/if/
Baf’s guide is a front end to the Interactive Fiction Archive, which is a nightmare to navigate due to the quantity of files contained within it. Like the IFDB, it offers a well-implemented search engine and various categorised lists to browse. The site itself posts the following warning:
“The Archive is the principal place from which new text adventures are disseminated, but it’s also a repository for old games, enabling veteran players to take a nostalgic look at what they played on their TRS-80′s back in the late 1970′s. The result is that, although the if-archive contains many good games, it contains many more bad games”.
- The Interactive Fiction Archive – http://ifarchive.org/ - not even worth the time trying to explore it – just use Baf’s guide instead.
Although the submitted games are already available from IFDB, you might like to have a look at the site for the 17th annual Interactive Fiction competition.
In this blog, I will recommend IF to use in with English learners, as I get around to playing them myself and experimenting with different activities. However, between the IFDB and Baf’s guide, you have a whole world of IF at your fingertips – a lot of it very bad, but some of it very, very good. Explore the sites, browse the tags that interest you and importantly, read player reviews and comments to help you make your selections.
For the ultimate history lesson in Interactive Fiction, Jimmy Maher’s ‘Let’s Tell A Story Together’ is an incredible resource. Read it here.
I couldn’t finish this article without linking to this fantastic YouTube clip by The Game Shelf, which beautifully summarises much of what I’ve been talking about in the last 4 posts. A must watch!
The Gameshelf – Episode 8: The state of modern Interactive Fiction
The lexicon of Interactive Fiction
0If the parser (the software component that analyses natural language and responds to it) in Interactive Fiction is what makes it stand out from other forms of electronic literature and what allows the reader to become a co-creator of the narrative, it is also the element that makes entry into the genre so confusing for newcomers. Noted IF author Emily Short, has stated in her classic blog-post “So, do we need this parser thing anyway“ that the command prompt (the blinking cursor after the ‘>’ symbol indicating that the story is waiting for input) “is a lie. It tells the player “type something, and I’ll understand you.” Which it won’t.” Indeed, seeing a blinking cursor will most probably invite an inexperienced player to type the first thing that comes into their head – not the clear and concise imperative command in line with the rules of the game-world, which is expected by the parser. For the uninitiated in IF-speak, without some kind of support, frustration and resignation are not far off. The better quality IF of the past would include instructions and examples of language use in the included documentation (if the games were purchased, that is). However, the vast majority of IF written today is distributed online for free and does not come with paper-based documentation. Not only that, but we should not need to read instructions to be able to play a video-game. Well-designed graphics-based video games include tutorials built into the game-play that teach you the game-mechanics as you play or have optional tutorial mini-games. In comparison, the only support that most IF games have to offer (there a few key games that do cater specifically to beginners) is indicating straight away the existence of a command which will call up a list of some of the more commonly used verbs. This is exactly the reason why blogs like this one and others exist – to show you which initial commands can get the story moving forward so that you don’t lose hope at the first sign of a “>“. On the plus side, the good thing about learning these commands is that many of them are universal and will be understood by the vast majority of IF works.
Guessing the Verb
As I’ve mentioned before, the first generation of text adventures would only understand 2 word verb-noun collocations, such as: get lamp, climb tree and throw axe. Later parsers would understand more complex sentences with articles and prepositions, such as: turn to page 569 in the book, examine the writing with the magnifying glass, and put the torch in the cage and lower it. After the initial task of learning some basic commands and getting the story moving, at some point new players will invariably get stuck at a puzzle because they simply do not know how to express themselves in a way that the game will understand them. This common obstacle of older adventure games is known as “guess the verb” syndrome because the games were incredibly strict in recognising synonyms and related concepts. You had to guess the exact verb, or the game simply wouldn’t understand your command. I can give you a good personal example of “guess the verb”:
The first computer game to be commercially sold, in this way kick-starting the computer game industry, was a text adventure called Adventureland. It was also the first computer game I ever bought and the first text adventure I ever played. Although very basic in plot and execution, it nonetheless took me years to complete the game – and not because of the difficulty of the puzzles, but because I couldn’t guess the exact verb the game was expecting to solve one of those puzzles. Adventureland had a vocabulary of 120 words (not to say that it didn’t use more words in its descriptions, it did – but these were not recognised upon input). However, in order to make the software fit in the small memory of the home computers of the era, only the first 3 letters of each word was recognised by the game – so OPEN DOOR and OPERATE MACHINE would both be recognised as the verb OPEN. One of the puzzles, and the one that kept me stuck for years, was to get past a very thin bear on a ledge. I tried every verb I could think of to get past the bear: PUSH BEAR, PULL, MOVE, HIT, KILL, THROW, KICK, JUMP, etc. I effectively gave up playing the game. Many years later, I found the solution in a computer magazine (this was well before the Internet and the availability of walkthroughs) – a player, having got so frustrated at the game for it not understanding any verb he threw at it, typed in “SCREW BEAR” – and the bear duly fell off the cliff! The creator of Adventureland, Scott Adams, explained that because the bear was thin, he was hoping that players would consider making a loud noise so the bear would fall off the cliff – thus the solution to the puzzle was SCREAM BEAR.
An example of a badly designed puzzle? I would say so. A screaming (pun intended) example of “Guess the verb”? Without a doubt. Thankfully, most modern games created by the IF community have well-designed puzzles and are much more merciful in recognizing synonyms and related concepts, and are better able to guess what the players was trying to say and, in turn, produce error messages that can guide them in refining their input. Most modern IF can understand several hundred verbs and most objects referred to in the text descriptions are implemented as objects in the game with multiple references; eg – COLT. 44, PISTOL and GUN, might be equally recognised.
Magic Words
The most commonly implemented verb commands are related to object manipulation: GET LAMP, WEAR DRESS, OPEN CHEST, TOUCH WALL, etc. Other conventional IF verbs are used to navigate the environment and control the player-character:
LOOK – a general refresh of the description of the current room. Useful in getting a more verbose description of a room that has already been visited.
EXAMINE – when wanting to look more closely at a specific object. This is possibly the most important verb in IF!
INVENTORY – shows a list of what is being carried.
In order to move around locations in IF , we use compass headings: N, S, E, W. It is not necessary to type GO NORTH – just typing N or S will suffice. The use of compass headings was implemented in the very first adventure game “Colossal Cave”, aka Adventure, because it was developed as a caving simulation and this is how directions are given by spelunkers. The convention has pretty much stuck throughout the years because it is straightforward and easy to understand.
Many games also include non-player characters (controlled by the game), which you may attempt to have a conversation with. Depending on the complexity of the game, this may simply be a way to get information from the NPC by using TALK to THIEF, or you may need to find out something specific: ASK THIEF about EGG. In some games, it is possible to give orders to NPCs (which they or may not accept): TELL THIEF to GIVE ME THE BAG or THIEF, FOLLOW ME.
For the sake of expediency, most commands can be given omitting articles and adjectives, so instead of having to type:
>GET THE BLUE ORNATE VASE It would suffice to type >GET VASE.
Using this form of pidgin English is entirely optional. Players can choose to type complete sentences and use commands such as EXAMINE instead of the common X abbreviation. However, not doing so may seems at odds with the idea of using IF for language learning. But if we consider what kind of learning actually takes place during these interactions, nothing is lost. Improving typing skills, in this case (although certainly practised), is not one of the main goals. Whatever command a player types is first cognitively processed – the player knows that the vase she is referring to is the only blue and ornate vase it the vicinity, and omitting articles, prepositions and adjectives in commands does not mean they have not been assimilated by the player – it is merely a quicker and less tedious way of getting through the narrative.
In addition to action and reporting verbs, meta-commands, which affect the program and not the story are also used:
SAVE – allows you to save your position in the story so that you can return to it later. Very useful in case your character suddenly dies – all too common in IF from the 80s.
RESTORE- allows you to continue the story from where you last saved your position.
UNDO – not all games implement this veritable magic word, which allows you take back your last (possibly fatal) move.
TRANSCRIPTION – an incredible boon for language teachers/learners, this command begins outputting all in-game text and exchanges to an external text file. Useful for post-play language analysis.
The save and restore commands, first implemented in adventure games, are now a staple of most modern video games. In IF, they allow for experimentation and the exploration of different pathways through the narrative. It can be said that if one plays through a work of IF without ever restoring or restarting the game and making different choices, they are not experiencing the whole story, nor will they be privy to all that the author has built into the game-world. In IF, even dying and failing produces text, which should be considered as being part of the overall narrative. The implementation of the UNDO command, in this way, allows for the narrative to be more fully explored.
One of my top recommendations before playing IF for the first time is printing out and distributing this post-card sized list of common verbs, created by famed IF author Andrew Plotkin (available here in PDF format).
For a more in-depth analysis of commands that can be used in IF and a sample transcript of exchanges, do yourself a favour and read Emily Short’s ‘Introduction to IF’ manual. For teachers and learners of French, you can find a translated version here.
If you’d like to see a step-by-step guide of an actual session of playing IF, with very clear explanations, look no further than here.
Next up: Where to get Interactive Fiction (and by the way, it’s FREE!)
How to play Interactive Fiction
1Now that we have an idea of what IF is, we can start playing through an example.
In order to play an IF game, you’ll need 2 things: a game file and an interpreter.
The game file is a very small document, usually ending in a a .z5, .zblorb or .gblorb extension.
For the purpose of this tutorial, the example game I’m going to use is “9:05″ by Adam Cadre. You can get the .z5 file here.
This is a game I’ll be coming back to quite a bit in this blog, and it is a great start to IF (in and out of the classroom – for reasons I’ll explain in a future post).
An interpreter is the software than can play these game files and each one will have different presentation options. There are many interpreters available for pretty much every digital operating system.
For the most common operating systems, I recommend the following:
- Mac OS X : Zoom or Gargoyle
- Windows: Gargoyle
- Linux: Zoom or Gargoyle
- iOS (iPhone and iPod Touch and iPad): Frotz (free on iTunes)
- Android: Twisty
For other operating systems, this site, while outdated, may still be useful.
Many games are also playable online using the Parchment interpreter – http://parchment.toolness.com/ or http://iplayif.com/. However, in most cases I would recommend playing IF in an executable interpreter because of the extended presentation options. I’ll be coming back to browser-based IF in a future post.
Once you’ve installed your chosen interpreter, you’re ready to load up your game file.
This is done through the traditional FIle – Menu – Open dialog or dragging the game file onto the interpreter icon in the dock (on a Mac).
The story will open in a window, and you’re ready to play!
The screenshot of 9:05 shows the layout of a typical IF game. Depending on the game and its specific mechanisms, these elements may change.
Here is a breakdown of the information shown on screen at the beginning of 9:05:
- The information bar at the top of the screen, known as the ‘Status Line’, usually shows the current location of the player-character on the left and some sort of game-specific counter on the right – often an indication of progress through points, moves or time. In this case, it displays a clock, moving on from 9:05 – the time at which you wake up. Playing through the game will show the relevance of the time counter.
- The introductory narration serves to set the characters, place and tone of the story. Simpler games may give a straight-forward indication of the goal of the game, while other more experimental works, such as 9:05 require that you discover it though playing the game. In this case, the constantly ringing phone is clamoring for your attention and is the first barrier towards learning the plot.
- You are then presented with the name of the room you are in (you, being the person in the bed), identical to what is shown in the top left-hand corner (any location in IF is called a ‘room’ so as to facilitate mapping the geography of a game – more on this later) and a description of the room, with all visible exits listed and potentially important objects that deserve closer examination.
- The blinking cursor after the “>” symbol is the command prompt and indicates that the game is waiting for you to give it a command – either a meta-game command such as SAVE or RESTORE, or a command to the player-character such as ANSWER PHONE or GET UP.
The element of IF that understands player commands is called a parser. Most of the early text adventure games had a 2-word parser and would only understand verb-noun collections. The games made by Infocom, who would truly live up to their ‘Interactive Fiction’ marketing hype, boasted parsers capable of understanding complex sentences such as: “Pick up the book and the candle. Light the candle and drop it on the altar”. “Zork”, the most famous Infocom game, if not the most famous IF game ever, had a vocabulary of 600 words, although many of the words used in the descriptive text of the game is not actually recognized by the game’s parser – considered by modern IF authors to be a major design flaw. Most IF games created in the last decade have well implemented parsers. We’ll be looking at words understood by IF in the next post.
From the screenshot of 9:05 depicting the first few moves in the games, you should be able to deduce what the goal of the game is and we’re already finding out more about the people who live in this game-world and the player-character’s place in it. The ‘examine me’ command results in some back-story as to why we overslept in the first place. This is an example of great IF – your curiosity in finding out more about the player-character and the situation they are in is what drives you towards wanting to advance the narrative just as much as reaching the goal and finishing the game.
Next up: The IF lexicon
What is Interactive Fiction?
3IF is a genre of computer game which is completely text-based . It is literature and it is a game, often quoted as being “a narrative at war with a crossword”. It is a narrative – one that is shaped by the player as she explores and interacts with the game world, and it is a series a logical puzzles within this world, which must be overcome in order for the narrative to advance. The narrative will only reveal itself with interaction from the player and unlike a traditional book, the narrative is not linear, but is brought to life and forks in whichever way the player decides to explore the game world. As such, IF is a unique form of non-linear and participatory story-telling.
Montfort (2003) describes IF as having 4 characteristics:
- it is a text accepting and text generating computer program, and thus can only be played on a digital device. Additionally, it understands natural language (to an extent) and replies to this input in a meaningful way
- it is a simulated world, which can be explored and interacted with and a player’s actions have an immediate effect on that world
- it is a potential narrative and as a form of new media, it allows for the discovery of new texts upon replay with different explorations
- it is a game, meaning that it has a specific goal, rules which must be followed and is played voluntarily
IF at its best, is a both a rewarding reading experience and a challenging game.
Exploring Interactive Fiction with IF author and scholar Nick Montfort
Next up: How to play IF
The adventure begins…
0Hello and welcome to IF only – a blog on using Interactive Fiction (IF), also known as text-adventure games, for language learning. There are many fantastic blogs on IF focusing on design theory, programming and game reviews, but this blog aims to give practical advice on using this venerable game genre for language learning, along with some theory behind why we should use them for learning in the first place. It is my view that Interactive Fiction is perfectly suited for digital game-based language learning and I invite you to share your thoughts with me. Although I will be focusing on teaching English as a foreign language (TEFL, TESOL), the concepts covered can of course be transfered to language learning in general, and even to other disciplines.










Recent Comments