7.2. Bad Choices¶
Before describing good kinds of decisions, it is worth explaining some common kinds of uninteresting decisions commonly found in games.
- Meaningless decisions are perhaps the worst kind: there is a choice to be made, but it has no effect on gameplay. If you can play either of two cards but both cards are identical, that’s not really much of a choice.
- Obvious decisions at least have an effect on the game, but there is clearly one right answer, so it’s not really much of a choice. Most of the time, the number of dice to roll in the board game RISK falls into this category; if you are attacking with 3 or more armies, you have a “decision” of whether to roll 1, 2, or 3 dice… but your odds are better rolling all 3, so it’s not much of a decision except in very special cases. A more subtle example would be a game like Trivial Pursuit. Each turn you are given a trivia question, and if you know the correct answer it could be said that you have a decision: say the right answer, or not. Except that there’s never any reason to not say the right answer if you know it. The fun of the game comes from showing off your mastery of trivia, not from making any brilliant strategic maneuvers.
- Blind decisions have an effect on the game, and the answer is not obvious, but there is now an additional problem: the players do not have sufficient knowledge on which to make the decision, so it is essentially random. Playing Rock-Paper-Scissors against a truly random opponent falls into this category; your choice affects the outcome of the game, but you have no way of knowing what to choose.
These kinds of decisions are, by and large, not much fun. They are not particularly interesting. All three represent a waste of a player’s time. Meaningless decisions could be eliminated, obvious decisions could be automated, and blind decisions could be randomized without affecting the outcome of the game at all.
In this context, it is suddenly easy to see why so many games are not particularly compelling.
Consider the trivia game that popularized the genre, Trivial Pursuit. First you roll a die, and move in any direction, so which location you land on is a decision. Only a few spaces on the board help you towards your victory condition, so if you can land on one of those it is an obvious decision. If you can’t, your choice generally amounts to which category you’re strongest at, which is again obvious (or blind, to the extent that you don’t know what question you would get in each category until after you choose). Once you finish moving, you’re asked a trivia question. If you don’t know the answer, there is no decision to be made. If you do know the answer, there is a decision of whether to say it or not… but there is no reason not to, so again it is an obvious decision.
Or consider Tic-Tac-Toe, which has interesting strategic decisions until you reach the age where you master it and realize the way to always win or draw, at which point the decisions become obvious.