Adventure games

Adventure games are today just as good as they always were, and an increasing number are now available for free download because the companies which produced them have gone out of business, or chosen to publish them so that people can continue to enjoy them.

Some good sources of adventure games, hints, walkthroughs (solutions), maps and images of original packaging are:

To play the games, you'll need an interpreter (or a few) for your machine. Interpreters are available for almost everything: Linux, MacOS, Windows, MS-Dos, Android, Archimedes, Symbian…

See http://www.ifwiki.org/index.php/Category:Interpreter for links to plenty of game interpreters.

I think the most important ones are Frotz and Gargoyle

(Note: Gargoyle has an annoying feature where it refuses to consider game files which don't have what it thinks is an acceptable filename extension, even though the content is completely usable. So, if you have what you think is a playable game file, but Gargoyle refuses to even open it, try renaming it to have a .sna extension and try again.)

Be aware that neither Frotz nor Gargoyle can play Zork Zero correctly.

You can even play such games on an Android-based eBook reader if you want to.

Specific notes

Here also are some of my own notes on playing some games (spoiler alert - these notes will help you to solve puzzles and get out of situations without properly getting involved in the games).

Once I've completed (at least some / parts of) those, I plan to move on to the other games which are set in the Zork universe:

I'll probably also include:

  • Wishbringer

IFM

I find the Interactive Fiction Mapper a very helpful tool for documenting your journey through adventure games, unless you are really obsessed with drawing interconnected diagrams on pieces of paper, sticking the pieces of paper together as the map grows, and wondering how to squeeze in the multi-room maze you just found in between four other already-connected rooms…

It's also pretty impressive that if you include the tasks which need to be performed in various locations, and with various items, as well as just the mapping instructions, IFM can output a guide to solving the game from start to finish. It may not be the most efficient solution, and IFM may need a bit of help with some of the more awkward bits, but it does a surprisingly good job all on its own. There are examples of both maps and solutions generated by IFM below.

If you want to see how IFM has made its choices about what to do and where to go in what order (or perhaps why it did not go somewhere or do something, and stopped "playing the game" early) add the following to one of your source files, and you'll get several thousand lines of debugging output telling what IFM is doing as it works through the game:

solver_messages = 1;

There's a 130-page manual available online to guide you on how to use IFM, but don't worry about all 130 pages - pages 3-20 will tell you nearly everything you need to know, and pages 21-37 are a comprehensive worked example of using it. Most of the rest is just technical detail. Pages 47-54 contain a comprehensive summary of the entire language.

Here are some examples of maps I've made using IFM (note: the maps themselves will give you clues about the games, even though there are no walkthrough notes in the maps themselves - do not look at the maps if you want the full experience of playing the games for yourself). Obviously, the separate walkthrough notes (labelled "terse instructions" and "verbose instructions") give the entire story away:

  • Snowball - maps - IFM source
  • Zork I - maps - IFM source
    • Note that the IFM source for Zork I includes tasks which need to be completed, and points for finding or doing things. This enables IFM to work out a walkthrough of the game, and gives you pretty accurate directions for at least one way to play it.
      • These guides are not perfect (mainly because some directions in Zork I are asymmetrical), but I think it's impressive that IFM can work this solution out for itself, based primarily simply on where things are found, and what you later need to use them for. This one needed a bit of "pushing in the right direction" because of the complexity of the chain and the basket, although that could also be due to my inexperience with using IFM's task interpreter. There's probably a better way to do it.
  • Zork II - maps - IFM source
    • Note that the following guides are currently incomplete, because I haven't quite got IFM to work its way through some of the puzzles yet (even though I've solved them myself)
  • Zork III - maps - IFM source
  • Zork Zero - maps - IFM source
  • The above are by no means a full map set for Zork - the map for Zork I is probably pretty complete, and I think Zork II is complete, but Zork III and Zork Zero are simply as far as I've got after a (very) few hours wandering around and finding the most obvious locations.
  • Enchanter - maps - IFM source
    • The maps and instructions for Enchanter are complete
      • Note that the timings of eating, drinking and sleeping may not be accurate; they were inserted into the game flow according to the route *I* took to solve the game, however this is not necessarily the same as the route IFM takes, and therefore if you follow those instructions, you may get hungry, thirsty or tired at different times and in different places. Always eat and drink according to what the game tells you; don't just blindly follow IFM's guidelines.
      • The instruction to use the zifmia spell may need to be done in another (very close-by) location, depending on when the target of the spell appears; it should be pretty obvious
  • Sorcerer - maps - IFM source
  • Spellbreaker - maps - IFM source

Colour coding on the above maps is:

  • Blue: start/end location
  • Yellow: links between map sections
  • Grey: almost certainly leads to more map which I haven't found yet
  • Pink: dangerous location
  • Light blue: special location (usually regarding where it leads to and how)
  • Light green: special location (usually regarding how you can get there)
  • Green border: location is illuminated; does not need torch or lamp
  • Grey border: location is not illuminated; in most games you cannot continue safely without light
  • Blue border: location is not illuminated, but you can get through it without light to somewhere else which is illuminated

A very few of the Up/Down links are incorrectly labelled, because IFM assumes that if you go up from one location, and can return, then the return direction must be down, whereas some of the connections in Zork are (in the maze in Zork I from the room with the skeleton, for example) south-west from A to B, but down from B back to A. In these cases I've labelled the corridors with Up & Down, but made sure the directions are as encountered in the game.

Hex

Finally, I've now got around to having a go at writing my own game, called Hex, which I'm creating using Inform6.


Go up
Return to main index.