Difference between revisions of "Ever Increasing Difficulty"
(→Relations) |
|||
Line 14: | Line 14: | ||
=== Examples === | === Examples === | ||
+ | Many [[:Category:Arcade Games|Arcade Games]], e.g. [[Pac-Man]] or [[Centipede]] confronted players with more and more difficult levels. However, due to practical reasons concerning programming, the difficulty in these games flatten out as some point so they are weak examples of the game. | ||
− | + | Players of both tabletop and computer-based versions of [[:Category:Roleplaying Games|Roleplaying Games]] typically meet more and more difficult opponents until either the game or campaign ends, or they simply stop playing. | |
− | + | ||
== Using the pattern == | == Using the pattern == | ||
− | Games are typically design for [[Ever Increasing Difficulty]] to ensure that players at some point have [[Challenging Gameplay]] and [[Tension]] | + | Games are typically design for [[Ever Increasing Difficulty]] to ensure that players at some point have [[Challenging Gameplay]] and [[Tension]]. This can only be guaranteed in [[Unwinnable Games]] since these can for practical purposes indefinitely increase the difficulty, but a weaker form of the pattern can be found in games that have end conditions but provide [[Ever Increasing Difficulty]] until those conditions are met. This is a weaker form since skillful or experienced players may neither experience [[Challenging Gameplay]] or [[Tension]] from them. |
− | + | ||
− | + | ||
− | + | ||
+ | Designing [[Ever Increasing Difficulty]] depends on finding ways of making challenges more and more difficult as gameplay progresses. Generally, this is designing a [[Positive Feedback Loops]] where succeeding against a particular challenge makes the next challenge be more difficult. An archetypical examples of this is presenting players with some form of [[Enemies|Enemy]] and when a player defeats that enemy a stronger or more difficult [[Enemies|Enemy]] is presented. A variant of this is using more and more difficult [[Waves]] of [[Enemies]]. An alternative, which does not have to rely on [[Combat]] or otherwise overcoming [[Enemies]], is to have more and more difficult [[Levels]]. This can be automated through having [[Levels]] be [[Procedurally Generated Game Areas]]. | ||
=== Can Instantiate === | === Can Instantiate === |
Revision as of 08:07, 3 September 2016
The one-sentence "definition" that should be in italics.
This pattern is a still a stub.
Contents
Examples
Many Arcade Games, e.g. Pac-Man or Centipede confronted players with more and more difficult levels. However, due to practical reasons concerning programming, the difficulty in these games flatten out as some point so they are weak examples of the game.
Players of both tabletop and computer-based versions of Roleplaying Games typically meet more and more difficult opponents until either the game or campaign ends, or they simply stop playing.
Using the pattern
Games are typically design for Ever Increasing Difficulty to ensure that players at some point have Challenging Gameplay and Tension. This can only be guaranteed in Unwinnable Games since these can for practical purposes indefinitely increase the difficulty, but a weaker form of the pattern can be found in games that have end conditions but provide Ever Increasing Difficulty until those conditions are met. This is a weaker form since skillful or experienced players may neither experience Challenging Gameplay or Tension from them.
Designing Ever Increasing Difficulty depends on finding ways of making challenges more and more difficult as gameplay progresses. Generally, this is designing a Positive Feedback Loops where succeeding against a particular challenge makes the next challenge be more difficult. An archetypical examples of this is presenting players with some form of Enemy and when a player defeats that enemy a stronger or more difficult Enemy is presented. A variant of this is using more and more difficult Waves of Enemies. An alternative, which does not have to rely on Combat or otherwise overcoming Enemies, is to have more and more difficult Levels. This can be automated through having Levels be Procedurally Generated Game Areas.
Can Instantiate
Further Player Improvement Potential,
with Increasing Rewards
Can Modulate
Predetermined Story Structures
Can Be Modulated By
Diegetic Aspects
Interface Aspects
Narration Aspects
Consequences
Ever Increasing Difficulty typically creates Tension, and this is often a motivation for having the pattern present in a game. Since the pattern strives to put players in overwhelming situations at some point, it also sets players up for FUBAR Enjoyment and Spectacular Failure Enjoyment.
Relations
Can Instantiate
Challenging Gameplay, FUBAR Enjoyment, Further Player Improvement Potential, Spectacular Failure Enjoyment, Tension, Unwinnable Games
with Increasing Rewards
Can Modulate
Predetermined Story Structures
Can Be Instantiated By
Enemies, Levels, Positive Feedback Loops, Procedurally Generated Game Areas, Waves
Can Be Modulated By
Possible Closure Effects
-
Potentially Conflicting With
-
History
New pattern created in this wiki.
References
-
Acknowledgements
-