Difference between revisions of "Waves"

From gdp3
Jump to: navigation, search
(Consequences)
(Examples)
Line 16: Line 16:
  
 
=== Examples ===
 
=== Examples ===
 
+
Each level in [[Plants vs. Zombies]] consists of a number of [[Waves]] that the player's plants must be able to handle. While small numbers of infected can be found throughout most of the levels in the [[Left 4 Dead series]], most of the infected show up in [[Waves]] that occur based on an algorithm intended to create alternating periods of relative calm and chaotic fighting.
==== Anti-Examples ====
+
optional
+
  
 
== Using the pattern ==
 
== Using the pattern ==

Revision as of 18:29, 2 September 2015

The one-sentence "definition" that should be in italics.

This pattern is a still a stub.

Zagal et al.[1] describe the phenomenon as: "A wave is a group of usually similar enemy entities that must be avoided or destroyed as they approach the player. There is usually a pause, or respite, between waves. One of the defining aspects of the wave is player interaction results in the end of the game (game over). Segmentation with waves is primarily used to increase the tension of the gameplay."

Examples

Each level in Plants vs. Zombies consists of a number of Waves that the player's plants must be able to handle. While small numbers of infected can be found throughout most of the levels in the Left 4 Dead series, most of the infected show up in Waves that occur based on an algorithm intended to create alternating periods of relative calm and chaotic fighting.

Using the pattern

Designing Waves consists of deciding when groups of Generic Adversaries should be encountered, and which types of Generic Adversaries if several different types exist. In games where Waves are intended to occur often, the design of them may instead be thought of as when Lull Periods should happen.

Consequences

Waves is a way to modify how Enemies works in games, and can be used to create Challenging Gameplay.

Relations

Can Instantiate

Challenging Gameplay

Can Modulate

Enemies

Can Be Instantiated By

Generic Adversaries

Can Be Modulated By

Lull Periods

Possible Closure Effects

-

Potentially Conflicting With

-

History

An pattern based upon the description of waves in the paper Rounds, levels, and waves: The early evolution of gameplay segmentation[1].

References

  1. 1.0 1.1 Zagal, J.P., Fernández-Vara, C. & Mateas, M. (2008). Rounds, levels, and waves: The early evolution of gameplay segmentation. Games and Culture no. 3 (2):175-198.

Acknowledgements

Jose Zagal, Clara Fernández-Vara, Michael Mateas