Final Selection

From IFWiki

Revision as of 03:49, 27 June 2006 by Dswxyz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

One-room
One-room
Final Selection
Author(s) Sam Gordon
Publisher(s) n/a
Release date(s) 14-May-2006
Authoring system Inform
Platform(s) Z-code
Language(s) English
License(s)
Multimedia
Color effects none
Graphics none
Sound/Music none
Ratings
Cruelty scale Cruelty to be determined

How It Begins

You are applying for the job of Director of the Museum and Institute for Puzzles and Problem Solving. You are wearing your best interview clothes and carrying a closed manilla envelope that the current director's assistant just gave you.

Instead of a standard interview, the director, Henry Jackson, has chosen to test your puzzle-solving skills. You stand alone in his cluttered Victorian office which features an old mahogany desk with leather chair, a book case, a table by the window, the door, a hatstand, an antique globe, a wooden corner shelf and a low cupboard.

According to the letter in the envelope, you must find the one word answer to the puzzle from the clues in the room. When you know that word, ring the bell on the desk to summon the director. He'll ask you a question, and if you answer correctly, his job is yours.

Notable Features

  • This is a "puzzle box" game, similar in its basic concept to games like Trapped in a One-Room Dilly (Laura A. Knauth; 1998; Z-code) and Out of the Study (Anssi Raisanen; 2002; Alan).
  • The player can move about within the room, and will do so automatically when examining objects in a different part of the room. All visible objects in the room remain in scope; this is similar to the technique used in Shade (Andrew Plotkin; 2000; Z-code).
  • The game automatically records your discoveries, which you can review with either the NOTE or REVIEW commands.
  • There is no "sack object", and the game will automatically drop some objects back where you found them as you move about within the room. The player can refind an object with the WHERE IS <object> command.

Versions

Competition Release

The zip file contains the following files:

  1. selection.z5 : The main game file.
  2. selection.rec : A complete command sequence for completing the game.
  3. selection.scr : A complete transcript of a game created by replaying selection.rec.
  4. info.txt : Background information about the game.
  5. solution.txt : A complete explanation of all the puzzles (includes spoilers).
  6. readme.txt : Contains this file list.