Follow TV Tropes

Following

Gameplay Randomization

Go To

Anakin: Whether Qui-Gon lives or dies is being decided at random?
Jar Jar: Dice rolls issa important. Yousa has to not know what will happen. Otherwise it'sa no fun.
Anakin: Hmmm...

One of the key components of fun gameplay is its unpredictability — i.e. that the ultimate outcome of a game is not known until it is played. There are four generic ways to implement unpredictability in game designnote : hidden informationnote , skill/performance-based challengesnote , opponent uncertaintynote , and randomizers — rules and mechanics that utilize some sort of a Random Number Generator (like dice or cards) to inject randomness directly into gameplay loops. Gameplay randomization comes in several distinct patterns (adapted from The Forge's fortune mechanics classification), depending on when exactly the randomness affects or informs the player's decisions:

  • "Fortune at the Beginning": Generate randomness, invoke mechanic, adjudicate outcome. In this variation, randomness enters play before the player decides on their move in the current gameplay loop, which is then resolved deterministically. Great examples of this in board games are Catan and Monopoly, where each player must roll dice at the start of their turn, before reacting and adapting to their new resources and/or position. Settlers also contains a second type of such input randomness, in its randomly determined initial board state.
  • "Fortune in the Middlenote ": Invoke mechanic, generate randomness, mitigate randomness, adjudicate outcome. This variation, popular in fiction-first indie RPGs, adds an additional player decision into the loop, where they can no longer abort an action once the dice are rolled, but may spend a limited resource to offset particularly unlucky rolls before the results are finalized. This effectively allows players to steer the narrative in their preferred direction while leaving its ultimate outcome uncertain.
  • "Fortune at the End" (FatE): Invoke mechanic, mitigate, then generate randomness, adjudicate outcome. This is, perhaps, the most popular way to use randomizers: you decide on your action, tally up your bonuses, roll the dice and hope for the best, because the results are now completely up to the Random Number God.

As Keith Burgun points out, however, these are not necessarily distinct categories but rather a continuum between input and output randomness, determined by the position of the randomizer relative to the player decision in a game loop. It is also true that for faster-paced gameplay, the distinction becomes very blurry, as the output randomness of one action immediately becomes the input randomness of the next.

This is a gameplay-specific subtrope of Unpredictable Results. Because the vast majority of games include some kind of a randomizer, this page is a Exampleless Supertrope.


Subtropes:


Top