Difference between revisions of "Mediated Gameplay"

From gdp3
Jump to: navigation, search
(Relations)
(Interface Aspects)
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 [[Self-Reported Positioning]], [[Split-Screen Views]], [[Third-Person Views]], [[Tooltips]], 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 [[Split-Screen Views]], [[Third-Person Views]], [[Tooltips]], and [[Vision Modes]]. While [[Self-Reported Positioning]] also requires [[Mediated Gameplay]] it modulates the pattern rather than is created by it.
  
 
=== Narrative Aspects ===
 
=== Narrative Aspects ===

Revision as of 12:35, 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 Split-Screen Views, Third-Person Views, Tooltips, and Vision Modes. While Self-Reported Positioning also requires Mediated Gameplay it modulates the pattern rather than is created by it.

Narrative Aspects

Consequences

Relations

Cameras Game Worlds Narration Structures

Can Instantiate

Enforced Player Anonymity, Imperfect Information, Limited Communication Abilities, 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, Self-Reported Positioning

Possible Closure Effects

-

Potentially Conflicting With

Interruptibility, Social Adaptability, Unmediated Social Interaction

History

New pattern created in this wiki.

References

-

Acknowledgements