Difference between revisions of "High Score Lists"

From gdp3
Jump to: navigation, search
(Created page with 'Make a copy of this page (go into edit, ctrl-A, ctrl-c, write the name is the search box, create page, ctrl-v) when you want to create a new gameplay design pattern. Let the patt…')
 
Line 1: Line 1:
Make a copy of this page (go into edit, ctrl-A, ctrl-c, write the name is the search box, create page, ctrl-v) when you want to create a new gameplay design pattern. Let the pattern name be the name of the page. Don't forget to include code to add the pattern for the appropriate categories, e.g.:
+
[[Category:Mechanical Patterns]]
<pre>
+
 
[[Category:Patterns]]
 
[[Category:Patterns]]
 
[[Category:Needs work]]
 
[[Category:Needs work]]
</pre>
 
  
It may be a good idea to use the "What Links here" tool on the left hand side to catch all references to a pattern.
+
''High Score lists give players the chance to rank how well the current game sessions compared to previous game sessions.''
 
+
The template proper start below the line.
+
 
+
----
+
 
+
''The one-sentence "definition" that should be in italics.''
+
 
+
Short paragraph giving the description of the pattern while not referring to any other patterns.
+
  
 
=== Examples ===
 
=== Examples ===
Some examples, preferably from different genres and with links to wiki pages of the games.
+
The first arcade game to have [[High Score Lists]] was [[Asteroids]. The player who achieves a high enough score compared to the other players of the same machine is allowed to enter his initials to be displayed in the High Score List.
  
 
== Using the pattern ==
 
== Using the pattern ==
Line 24: Line 14:
 
The sub headings below should be added if feasible.
 
The sub headings below should be added if feasible.
  
=== Diegetic Aspects ===
+
=== Diegetic Aspects ===
Text about how the pattern relates to diegetic elements of the presentation of the game; primarily useful in mechanical patterns
+
[[High Score Lists]] are typically presented outside the gameplay and game world. This does not imply that they cannot be accessible during gameplay since they can be presented in a different section of the game interface or be accessible through [[Option Interfaces]]. The facebook version of the game [[Icy Tower]] shows one way which
 
+
=== Interface Aspects ===
+
Text about how the pattern relates to interface elements of the game; primarily useful in dynamic patterns
+
 
+
=== Narrative Aspects ===
+
Text about how the pattern relates to diegetic elements; primarily useful in dynamic and maybe aesthetical patterns
+
  
 
== Consequences ==
 
== Consequences ==
Line 51: Line 35:
 
=== Potentially Conflicting With ===
 
=== Potentially Conflicting With ===
  
High Score lists give players the chance to rank themselves against other players who have previously played the game.
 
  
Example: The first arcade game to have High Score Lists was Asteroids. The player who achieves a high enough score compared to the other players of the same machine is allowed to enter his initials to be displayed in the High Score List.
 
  
 
Using the pattern
 
Using the pattern
Line 70: Line 52:
 
== References ==
 
== References ==
 
Björk, S. & Holopainen, J. (2004) Patterns in Game Design. Charles River Media. ISBN1-58450-354-8.
 
Björk, S. & Holopainen, J. (2004) Patterns in Game Design. Charles River Media. ISBN1-58450-354-8.
 +
 +
[http://apps.facebook.com/icytower/ Icy Tower facebook game]

Revision as of 11:11, 8 November 2009


High Score lists give players the chance to rank how well the current game sessions compared to previous game sessions.

Examples

The first arcade game to have High Score Lists was [[Asteroids]. The player who achieves a high enough score compared to the other players of the same machine is allowed to enter his initials to be displayed in the High Score List.

Using the pattern

Text about what to think about when putting the pattern into a design, i.e. possible options. Have links to other patterns mentioned.

The sub headings below should be added if feasible.

Diegetic Aspects

High Score Lists are typically presented outside the gameplay and game world. This does not imply that they cannot be accessible during gameplay since they can be presented in a different section of the game interface or be accessible through Option Interfaces. The facebook version of the game Icy Tower shows one way which

Consequences

What effects a patterns has on a design.

Relations

Instantiates

Player Defined Goals, Meta Games, Replayability, Trans-Game Information, Social Statuses, Tied Results

Modulates

Instantiated By

Modulated By

Tiebreakers, Single-Player Games

Potentially Conflicting With

Using the pattern

The use of High Score Lists is fairly standardized, with the main design choices being the number of Scores saved in the High Score List and how Handles are supported. Most High Score Lists make use of Handles so that the players can identify their own scores and know that other players can recognize them. Since High Score Lists typically are ordered, they need Tiebreakers or have to be explicitly designed to allow several players with Tied Results to be displayed as completely equal.

The use of Ghosts can be seen as a form of High Score List that allows players to judge their progress against other performances, as well as their own individual performances, in previous game sessions while playing the game.

Consequences

High Score Lists create a Meta Game out of the game by using Trans-Game Information, allowing players to have Player Defined Goals such as to rank themselves against previous achievements, and thereby encouraging Game Mastery. Doing so adds Replayability to the game, as the players have the additional goal of simply performing slightly better than in the previous game sessions. High Score Lists are also a simple way to introduce Competition to otherwise Single-Player Games and are also a way for players to compare and display their Social Statuses.

History

An rewrite of the original pattern named High Score Lists in the book 'Patterns in Game Design' (Björk & Holopainen, 2004).

References

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

Icy Tower facebook game