Difference between revisions of "Mediated Gameplay"

From gdp3
Jump to: navigation, search
(Relations)
Line 19: Line 19:
  
 
=== Interface Aspects ===
 
=== Interface Aspects ===
[[Mediated Gameplay]] assumes the presence of an interface that controls at least parts of how players can interact with the game system and each other. For this reason, it is a [[:Category:Interface Patterns|Interface Pattern]]. While many other [[:Category:Interface Patterns|Interface Patterns]] can be part of [[Mediated Gameplay]] they do not necessarily need to be so since the gameplay may primarily be done unmediated with only some presentations being mediated. Patterns which are difficult to support ''without'' [[Mediated Gameplay]] include [[Split-Screen Views]], [[Third-Person Views]], and [[Vision Modes]].
+
[[Mediated Gameplay]] assumes the presence of an interface that controls at least parts of how players can interact with the game system and each other. For this reason, it is a [[:Category:Interface Patterns|Interface Pattern]]. While many other [[:Category:Interface Patterns|Interface Patterns]] can be part of [[Mediated Gameplay]] they do not necessarily need to be so since the gameplay may primarily be done unmediated with only some presentations being mediated. Patterns which are difficult to support ''without'' [[Mediated Gameplay]] include [[Self-Reported Positioning]], [[Split-Screen Views]], [[Third-Person Views]], [[Tooltips]], and [[Vision Modes]].
  
 
=== Narrative Aspects ===
 
=== Narrative Aspects ===
Line 32: Line 32:
 
[[Imperfect Information]],  
 
[[Imperfect Information]],  
 
[[Limited Communication Abilities]],  
 
[[Limited Communication Abilities]],  
 +
[[Self-Reported Positioning]],
 
[[Split-Screen Views]],  
 
[[Split-Screen Views]],  
 
[[Surprises]],  
 
[[Surprises]],  
 
[[Third-Person Views]],  
 
[[Third-Person Views]],  
 +
[[Tooltips]],
 
[[Vision Modes]]
 
[[Vision Modes]]
  

Revision as of 12:29, 24 August 2012

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

This pattern is a still a stub.

Examples

Using the pattern

Diegetic Aspects

Interface Aspects

Mediated Gameplay assumes the presence of an interface that controls at least parts of how players can interact with the game system and each other. For this reason, it is a Interface Pattern. While many other Interface Patterns can be part of Mediated Gameplay they do not necessarily need to be so since the gameplay may primarily be done unmediated with only some presentations being mediated. Patterns which are difficult to support without Mediated Gameplay include Self-Reported Positioning, Split-Screen Views, Third-Person Views, Tooltips, and Vision Modes.

Narrative Aspects

Consequences

Relations

Cameras

Can Instantiate

Enforced Player Anonymity, Imperfect Information, Limited Communication Abilities, Self-Reported Positioning, Split-Screen Views, Surprises, Third-Person Views, Tooltips, Vision Modes

with Avatars, Handles, or Player Characters

Possibility of Anonymity

Can Modulate

Asynchronous Games, Coordination, Cooperation, Multiplayer Games, Negotiation

Can Be Instantiated By

Dedicated Game Facilitators

Can Be Modulated By

Communication Channels

Possible Closure Effects

-

Potentially Conflicting With

Interruptibility, Social Adaptability, Unmediated Social Interaction

History

New pattern created in this wiki.

References

-

Acknowledgements