Difference between revisions of "Self-Reported Positioning"

From gdp3
Jump to: navigation, search
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:To be Published]]
 
[[Category:Patterns]]
 
[[Category:Patterns]]
 +
[[Category:Gameplay Adaptability Patterns]]
 +
[[Category:Interface Patterns]]
 +
[[Category:Platform Patterns]]
 
[[Category:Pervasive Patterns]]
 
[[Category:Pervasive Patterns]]
[[Category:Needs work]]
 
 
[[Category:Needs revision]]
 
[[Category:Needs revision]]
 
[[Category:Needs examples]]
 
[[Category:Needs examples]]
[[Category:Needs references]]
 
 
[[Category:Patterns created on the Wiki]]
 
[[Category:Patterns created on the Wiki]]
[[Category:Stub]]
+
''Games where variations in players' physical locations are part of the gameplay but where the current locations are reported to the game by the players.''
[[Category:Staffan's current workpage]]
+
''The one-sentence "definition" that should be in italics.''
+
  
This pattern is a still a stub.
+
Some games use the location of players as input of the game state but need this information to be reported to where the game state is stored. Games have [[Self-Reported Positioning]] when this is done by the explicit actions of players
  
=== Examples ===
+
''Note: this pattern complies with the original definition of the concept of [[Self-Reported Positioning]] in that players choose what location to report and can thereby report locations far from where they actually are.''
  
Uncle Roy around You
+
=== Examples ===
 +
[[Uncle Roy All Around You]] is the game that originated the concept of [[Self-Reported Positioning]]<ref name="benford"/>.
  
 +
==== Anti-Examples ====
 +
Location-based social network such as Foursquare<ref name="foursquare"/> and Gowalla<ref name="gowalla"/> let players check-in whenever they wish but the systems provide the actual information, so players cannot report other locations that ones where they actually are.
  
 
== Using the pattern ==
 
== Using the pattern ==
 
+
[[Self-Reported Positioning]] requires that a game makes use of [[Player-Location Proximity]], but it is the easiest way to support this pattern since one only needs to make use of a communication system, not a sensing technology and a communication system.
=== Diegetic Aspects ===
+
  
 
=== Interface Aspects ===
 
=== Interface Aspects ===
 
+
[[Self-Reported Positioning]] is an [[:Category:Interface Patterns|Interface pattern]] since it makes players use an interface to tell the game system their  positions.
=== Narrative Aspects ===
+
  
 
== Consequences ==
 
== Consequences ==
 +
[[Self-Reported Positioning]] provides a narrow form of [[Self-Facilitated Games]]. It however does so within a context where players report to some game system so it can also be seen as a way of modulating [[Mediated Gameplay]]. Since it loosens the requirements of where players actually are, it makes games with [[Player-Location Proximity]] have [[Casual Gameplay]]. This also helps provide [[Social Adaptability]] since players do not need to go places if they do not have the time or want, or do not want to disturb those in the locations.
  
 
== Relations ==
 
== Relations ==
[[Self-Facilitated Games]]
 
[[Casual Gameplay]]
 
 
 
=== Can Instantiate ===
 
=== Can Instantiate ===
 +
[[Self-Facilitated Games]],
 +
[[Social Adaptability]]
  
==== with ... ====
+
==== with [[Player-Location Proximity]] ====
 +
[[Casual Gameplay]]
  
 
=== Can Modulate ===
 
=== Can Modulate ===
 +
[[Mediated Gameplay]],
 
[[Player-Location Proximity]]
 
[[Player-Location Proximity]]
  
 
=== Can Be Instantiated By ===
 
=== Can Be Instantiated By ===
 +
-
  
 
=== Can Be Modulated By ===
 
=== Can Be Modulated By ===
 +
-
  
 
=== Possible Closure Effects ===
 
=== Possible Closure Effects ===
 +
-
  
 
=== Potentially Conflicting With ===
 
=== Potentially Conflicting With ===
 +
-
  
 
== History ==
 
== History ==
 
A pattern based upon the concept "Self-Reported Positioning", originally coined by the artist group Blast Theory and reseachers at the Mixed Reality Laboratory. See Benford et al. 2004<ref name="benford"/> for more details.
 
A pattern based upon the concept "Self-Reported Positioning", originally coined by the artist group Blast Theory and reseachers at the Mixed Reality Laboratory. See Benford et al. 2004<ref name="benford"/> for more details.
  
 +
== References ==
 
<references>
 
<references>
 
<ref name="benford">Benford, S., Seager, W., Flintham, M., Anastasi, R., Rowland, D., Humble, J., Stanton, D., Bowers, J., Tandavanitj, N., Adams, M., Row Farr, J., Amanda Oldroyd, A., &
 
<ref name="benford">Benford, S., Seager, W., Flintham, M., Anastasi, R., Rowland, D., Humble, J., Stanton, D., Bowers, J., Tandavanitj, N., Adams, M., Row Farr, J., Amanda Oldroyd, A., &
 
Sutton, J. [http://www.mrl.nott.ac.uk/~sdb/research/downloadable%20papers/error%20of%20our%20ways.pdf The Error of Our Ways: The Experience of Self-Reported Position in a Location-Based Game]. In Proceedings of Ubicomp 2004.</ref>
 
Sutton, J. [http://www.mrl.nott.ac.uk/~sdb/research/downloadable%20papers/error%20of%20our%20ways.pdf The Error of Our Ways: The Experience of Self-Reported Position in a Location-Based Game]. In Proceedings of Ubicomp 2004.</ref>
 +
<ref name="gowalla">Wikipedia [http://en.wikipedia.org/wiki/Gowalla entry] for Gowalla.</ref>
 +
<ref name="foursquare">Wikipedia [http://en.wikipedia.org/wiki/Foursquare_(website) entry] for Foursquare.</ref>
 
</references>
 
</references>
  
== References ==
+
== Acknowledgements ==
 
-
 
-
 
== Acknowledgements ==
 

Latest revision as of 06:34, 22 June 2014

Games where variations in players' physical locations are part of the gameplay but where the current locations are reported to the game by the players.

Some games use the location of players as input of the game state but need this information to be reported to where the game state is stored. Games have Self-Reported Positioning when this is done by the explicit actions of players

Note: this pattern complies with the original definition of the concept of Self-Reported Positioning in that players choose what location to report and can thereby report locations far from where they actually are.

Examples

Uncle Roy All Around You is the game that originated the concept of Self-Reported Positioning[1].

Anti-Examples

Location-based social network such as Foursquare[2] and Gowalla[3] let players check-in whenever they wish but the systems provide the actual information, so players cannot report other locations that ones where they actually are.

Using the pattern

Self-Reported Positioning requires that a game makes use of Player-Location Proximity, but it is the easiest way to support this pattern since one only needs to make use of a communication system, not a sensing technology and a communication system.

Interface Aspects

Self-Reported Positioning is an Interface pattern since it makes players use an interface to tell the game system their positions.

Consequences

Self-Reported Positioning provides a narrow form of Self-Facilitated Games. It however does so within a context where players report to some game system so it can also be seen as a way of modulating Mediated Gameplay. Since it loosens the requirements of where players actually are, it makes games with Player-Location Proximity have Casual Gameplay. This also helps provide Social Adaptability since players do not need to go places if they do not have the time or want, or do not want to disturb those in the locations.

Relations

Can Instantiate

Self-Facilitated Games, Social Adaptability

with Player-Location Proximity

Casual Gameplay

Can Modulate

Mediated Gameplay, Player-Location Proximity

Can Be Instantiated By

-

Can Be Modulated By

-

Possible Closure Effects

-

Potentially Conflicting With

-

History

A pattern based upon the concept "Self-Reported Positioning", originally coined by the artist group Blast Theory and reseachers at the Mixed Reality Laboratory. See Benford et al. 2004[1] for more details.

References

  1. 1.0 1.1 Benford, S., Seager, W., Flintham, M., Anastasi, R., Rowland, D., Humble, J., Stanton, D., Bowers, J., Tandavanitj, N., Adams, M., Row Farr, J., Amanda Oldroyd, A., & Sutton, J. The Error of Our Ways: The Experience of Self-Reported Position in a Location-Based Game. In Proceedings of Ubicomp 2004.
  2. Wikipedia entry for Foursquare.
  3. Wikipedia entry for Gowalla.

Acknowledgements

-