Difference between revisions of "Check Points"
(Created page with "Category:Patterns Category:Mechanical Patterns Category:Interface Patterns Category:Needs work Category:Needs revision Category:Needs examples Catego...") |
|||
Line 10: | Line 10: | ||
[[Category:To be Published]] | [[Category:To be Published]] | ||
[[Category:Staffan's current workpage]] | [[Category:Staffan's current workpage]] | ||
− | '' | + | ''Locations in game worlds which signify game state changes directly related to the progress of some goal.'' |
This pattern is a still a stub. | This pattern is a still a stub. | ||
=== Examples === | === Examples === | ||
+ | Example: All racing games, such as the Midtown Madness and Super Monkey Ball series, make use of Goal Points by having goal lines for completing the race. Reaching the Goal Point in Super Monkey Ball is the goal for finishing each of the levels. | ||
+ | |||
+ | Example: Capture-the-Flag variants of multiplayer first-person shooters, such as in some variants of Quake and Unreal Tournament, have certain areas where the enemy flag has to be delivered for the team to score. | ||
+ | |||
+ | [[Left 4 Dead series]] | ||
+ | [[Assassin's Creed series]] | ||
==== Anti-Examples ==== | ==== Anti-Examples ==== | ||
Line 31: | Line 37: | ||
== Relations == | == Relations == | ||
+ | [[Backtracking Levels]] | ||
+ | [[Safe Havens]] | ||
+ | [[Landmarks]] | ||
+ | [[Traces]] | ||
+ | [[Movement]] | ||
+ | [[Traverse]] | ||
+ | [[Player-Location Proximity]] | ||
+ | [[Save Points]] | ||
+ | [[Progress Indicators]] | ||
+ | |||
+ | |||
+ | Instantiates: Game World Navigation, Strategic Locations, Collaborative Actions, Area Control, Goal Indicators | ||
+ | |||
+ | Modulates: Continuous Goals, Gain Ownership, Rescue, Exploration, Game World | ||
+ | |||
+ | Instantiated by: Traverse, Delivery, Herd | ||
+ | |||
+ | Modulated by: Safe Havens | ||
+ | |||
+ | Potentially conflicting with: | ||
=== Can Instantiate === | === Can Instantiate === |
Revision as of 08:50, 13 July 2016
Locations in game worlds which signify game state changes directly related to the progress of some goal.
This pattern is a still a stub.
Contents
Examples
Example: All racing games, such as the Midtown Madness and Super Monkey Ball series, make use of Goal Points by having goal lines for completing the race. Reaching the Goal Point in Super Monkey Ball is the goal for finishing each of the levels.
Example: Capture-the-Flag variants of multiplayer first-person shooters, such as in some variants of Quake and Unreal Tournament, have certain areas where the enemy flag has to be delivered for the team to score.
Left 4 Dead series Assassin's Creed series
Anti-Examples
optional
Using the pattern
Diegetic Aspects
Interface Aspects
Check Points is an Interface Pattern.
Narration Aspects
Consequences
Relations
Backtracking Levels Safe Havens Landmarks Traces Movement Traverse Player-Location Proximity Save Points Progress Indicators
Instantiates: Game World Navigation, Strategic Locations, Collaborative Actions, Area Control, Goal Indicators
Modulates: Continuous Goals, Gain Ownership, Rescue, Exploration, Game World
Instantiated by: Traverse, Delivery, Herd
Modulated by: Safe Havens
Potentially conflicting with:
Can Instantiate
-
with ...
Can Modulate
-
Can Be Instantiated By
-
Can Be Modulated By
-
Possible Closure Effects
-
Potentially Conflicting With
-
History
An updated version of the pattern Goal Points that was part of the original collection in the book Patterns in Game Design[1].
References
- ↑ Björk, S. & Holopainen, J. (2004) Patterns in Game Design. Charles River Media. ISBN1-58450-354-8.
Acknowledgements
-