Difference between revisions of "Closure Points"

From gdp3
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Patterns]]
 
[[Category:Patterns]]
 +
[[Category:Mechanical Patterns]]
 
[[Category:Needs work]]
 
[[Category:Needs work]]
 
[[Category:Needs revision]]
 
[[Category:Needs revision]]
Line 7: Line 8:
 
[[Category:To be Published]]
 
[[Category:To be Published]]
 
[[Category:Staffan's current workpage]]
 
[[Category:Staffan's current workpage]]
''Events during gameplay where pieces of the game state is, or can be, reduced in size.''
+
''Events during gameplay where pieces of the game state is, or can be, removed.''
  
 
This pattern is a still a stub.
 
This pattern is a still a stub.
 +
 +
Note: ''This pattern describes closure points that can objectively be identifying through how they
  
 
=== Examples ===
 
=== Examples ===
Line 15: Line 18:
  
 
== Using the pattern ==
 
== Using the pattern ==
 +
 +
A very common way of using [[Closure Points]] is to remove part of the game state to replace it with another.
  
 
=== Can Be Instantiated By ===
 
=== Can Be Instantiated By ===

Revision as of 11:10, 7 July 2016

Events during gameplay where pieces of the game state is, or can be, removed.

This pattern is a still a stub.

Note: This pattern describes closure points that can objectively be identifying through how they

Examples

Games that provide levels also provide Closure Points. A few examples of the many games that does this include Candy Crush Saga, Doom, Staries, Pac-Man, and Tetris.

Using the pattern

A very common way of using Closure Points is to remove part of the game state to replace it with another.

Can Be Instantiated By

Excluding Goals, Finale Levels, Higher-Level Closures as Gameplay Progresses, Irreversible Events, Narration Structures, Quests, Save Points, Tournaments, Transfer of Control

Levels with Irreversible Events

Can Be Modulated By

Committed Goals, Downtime, Predictable Consequences

Potentially Conflicting With

Never Ending Stories


Diegetic Aspects

Interface Aspects

Narration Aspects

Consequences

Can Instantiate

Limited Foresight, Value of Effort

Relations

Can Instantiate

Limited Foresight, Value of Effort

Can Modulate

-

Can Be Instantiated By

Excluding Goals, Finale Levels, Higher-Level Closures as Gameplay Progresses, Irreversible Events, Narration Structures, Quests, Save Points, Tournaments, Transfer of Control

Levels with Irreversible Events

Can Be Modulated By

Committed Goals, Downtime, Predictable Consequences

Possible Closure Effects

-

Potentially Conflicting With

Never Ending Stories

History

An updated version of the pattern Closure Points that was part of the original collection in the book Patterns in Game Design[1].

References

  1. Björk, S. & Holopainen, J. (2004) Patterns in Game Design. Charles River Media. ISBN1-58450-354-8.

Acknowledgements

-