Predefined Goals

Predefined Goals are preset by the game designer, usually arranged in a rigid hierarchy, which can only be adaptable by players' choices or interpretations if the design allows it.

To make goals unambiguous, Predefined Goals are described using the components of the game and have Rewards described and implemented through the game system. All winnable games, i. e., games where there exists a game state that defines one or several winners, have the predefined primary goal that can be stated as: win the game. This is so common that the existence of such a goal is sometimes used to define what a game is, but examples such as the Sims, Tetris, and Pac-Man show the existence of games that at least question if these definitions are inclusive of all games.

Example: Chess has the Predefined Goals for each player to checkmate the other player's king.

Example: Monopoly has the Predefined Goal of eliminating all other players by driving them into bankruptcy.

Using the pattern

Predefined Goals require that explicit boundaries be set by the game design to what game states are considered successes and how players can reach those game states. However, within these boundaries the player can have some freedom, which can be instantiated by a Selectable Set of Goals or by not specifically defining what actions need to be performed to achieve the main goals, nor in which order the actions need to be performed. This is the case in Planned Character Development where players must be able to have some Predefined Goals to be able to plan but at the same time need some freedom for the plans to be theirs and not the game designers.

Although goals may be predefined, the information about what goals exist (the first time a game is played) or what goals players (which might include oneself) are trying to achieve may be unknown. The combination of Predefined Goals with Perfect Information and Symmetric Information allows players to form more complex strategies allowing Strategic Knowledge to be developed, especially in the situation where subgoals are also known to the players. However, this may lead to the Analysis Paralysis situation if the game allows too complex strategies to emerge.

The use of Asymmetric Information with Predefined Goals leads to situations where players try to guess or otherwise get information about the other players' goals in order to formulate their own strategies. The way the goal information is obtained can, of course, vary from game to game, especially if the game allows Social Interaction between players.

Consequences

Predefined Goals are a powerful way for game designers to direct players' intentions, both for promoting certain forms of activities of the players and for setting up basic relationships between the players. As such, Predefined Goals are common in all games to ensure that all players have a common understanding of the motivations for actions in the game. The simplest case, using Perfect Information and Symmetric Information, can be found in almost all traditional board games. As players can learn the strategies for completing Predefined Goals by playing the game repeatedly, the forms of goals support the development of Game Mastery. Predefined Goals are by their nature incompatible with Ephemeral Goals.

Although Predefined Goals may be Unknown Goals the first time a game is played, they will not be so in following game instances, making the patterns difficult to combine in games that aim to have Replayability.

The direction of action that Predefined Goals support can, however, limit players' Freedom of Choice, especially if applied to lower level goals or goals that are easy to complete. Imagine a point-based variant of Chess where checkmate gives 20 points; capturing a rook, knight, or other second row piece gives 5 points; and capturing a pawn gives 1 point but only before any second row pieces have been taken. Although game sessions of this variant would be contained within what is possible in a normal Chess game, these games would probably more often contain captures exchanged and would discourage crowded checkmate situations, which would limit the strategies and tactics normally used in Chess. Therefore, Chess and other games without many Closure Points usually do not have many Predefined Goals either. Typically, only the main goals are predefined, while players can choose the low-level goals themselves from a Selectable Set of Goals whose rewards are not explicitly linked to the main goal.

Relations

Instantiates: Hierarchy of Goals, Strategic Knowledge, Selectable Sets of Goals, Game Mastery, Analysis Paralysis

Modulates: Planned Character Development

Instantiated by:

Modulated by: Perfect Information, Imperfect Information, Asymmetric Information, Symmetric Information

Potentially conflicting with: Ephemeral Goals, Unknown Goals