A simple mystery puzzle. Mystery puzzles have no stated rules, and their answers are usually a word or short phrase. I suppose I am getting in gear for this year's MIT Mystery Hunt. Some spoilery discussion of this particular kind of mystery puzzle follows.
This is a rather basic example of what, in some puzzle construction circles, is referred to as an ISIS puzzle. ISIS is sort for its solving process,
- Identify,
- Sort,
- Index and
- Select.
- Some form of text
- Something which has a natural order. Years, baseball positions around the diamond, that sort of thing.
- Some form of number.
Sort refers to ordering your data set in a particular way, according to some value with an obvious order. Index refers to using a numerical value extracting a substring (typically, a single letter) from related textual information. For example, indexing into"Taurus" using a related 4 would result in R.
Sort and index both rely on some sort of numerical value, either a given one, or one that is part of the data set. As you can imagine, this often creates confusion about which values to use for each purpose, and, in the case of sets with lots of associated values (the periodic table, baseball players), which to ignore. Typically, sorting values are not repeated, and the indexing values are smaller than the length of the associated text.
Select is the finishing step. Essentially, you read the indexed parts in the sorted order, and you end up with either the solution, or a clue to the solution. As with most mystery puzzles, the solution will tend to somehow be related to the subject matter, or verified by the flavour text provided. And a with most mystery puzzles, this rough outline of its mechanics will be fiddled with pretty often.
0 comments:
Post a Comment