Difference between revisions of "Game System Player"

From gdp3
Jump to: navigation, search
Line 14: Line 14:
 
=== Examples ===
 
=== Examples ===
 
Players use rolled dice to place bets in the game [[Las Vegas]] but some of these dice belong to the ''bank'' player. Given that each other player has some ''bank'' dice, these other players together determine the actions the ''bank'' does during a round. This ''bank'' player can under rare circumstance make more money than the other players and thereby win. Player of [[Genesis]] controls angels but the game also includes a dark angel that follows a deterministic public algorithm and which can win if the players work against each other too much. The barbarians that threaten the players in [[The Republic of Rome]] can be seen as a [[Game System Player]], but this is a weak example since they are only part of the challenges that face the players (others are famine, internal unrest, and economic crises).
 
Players use rolled dice to place bets in the game [[Las Vegas]] but some of these dice belong to the ''bank'' player. Given that each other player has some ''bank'' dice, these other players together determine the actions the ''bank'' does during a round. This ''bank'' player can under rare circumstance make more money than the other players and thereby win. Player of [[Genesis]] controls angels but the game also includes a dark angel that follows a deterministic public algorithm and which can win if the players work against each other too much. The barbarians that threaten the players in [[The Republic of Rome]] can be seen as a [[Game System Player]], but this is a weak example since they are only part of the challenges that face the players (others are famine, internal unrest, and economic crises).
 
==== Anti-Examples ====
 
optional
 
  
 
== Using the pattern ==
 
== Using the pattern ==
=== Can Be Instantiated By ===
+
While a [[Game System Player]] can be constructed as a [[AI Players|AI Player]] the main concern with designing one is making its behavior so simple that players can easily understand all actions it can do; this is especially relevant if the [[Game System Player]] is to be part of a [[Self-Facilitated Games|Self-Facilitated Game]]. This concern translates into requirements on making the actions it can make easy to perform and making it easy to determine which action it should make. For this reason, it is quite likely that it makes sense for a [[Game System Player]] to have other types of actions available than the other players of a game has, i.e. a [[Game System Player]] often has [[Privileged Abilities]].
[[AI Players]]
+
 
+
=== Diegetic Aspects ===
+
 
+
=== Interface Aspects ===
+
 
+
=== Narration Aspects ===
+
  
 
== Consequences ==
 
== Consequences ==
Line 42: Line 32:
 
[[Cooperation]],  
 
[[Cooperation]],  
 
[[Enemies]],  
 
[[Enemies]],  
 +
[[Privileged Abilities]],
 
[[PvE]],  
 
[[PvE]],  
 
[[Symbiotic Player Relations]]
 
[[Symbiotic Player Relations]]
  
 
=== Can Modulate ===
 
=== Can Modulate ===
-
+
[[Self-Facilitated Games]]
  
 
=== Can Be Instantiated By ===
 
=== Can Be Instantiated By ===

Revision as of 11:10, 20 December 2014

A passive player controlled by the game system.

Games are constructed around the idea that players will be playing them. In some cases all these players are not humans but either artificial intelligence programs or complex rule sets, but they should still seem to have agency and make actions that seem to have the intent of make that player more likely to win. A Game System Player is in contrast a player run by the game system with a predictable or at least fixed rule-based behavior that is difficult to interpret as having agency. It can however win over the other players so they need to take the actions of the Game System Player into consideration while playing.

Examples

Players use rolled dice to place bets in the game Las Vegas but some of these dice belong to the bank player. Given that each other player has some bank dice, these other players together determine the actions the bank does during a round. This bank player can under rare circumstance make more money than the other players and thereby win. Player of Genesis controls angels but the game also includes a dark angel that follows a deterministic public algorithm and which can win if the players work against each other too much. The barbarians that threaten the players in The Republic of Rome can be seen as a Game System Player, but this is a weak example since they are only part of the challenges that face the players (others are famine, internal unrest, and economic crises).

Using the pattern

While a Game System Player can be constructed as a AI Player the main concern with designing one is making its behavior so simple that players can easily understand all actions it can do; this is especially relevant if the Game System Player is to be part of a Self-Facilitated Game. This concern translates into requirements on making the actions it can make easy to perform and making it easy to determine which action it should make. For this reason, it is quite likely that it makes sense for a Game System Player to have other types of actions available than the other players of a game has, i.e. a Game System Player often has Privileged Abilities.

Consequences

Can Instantiate

Cooperation, Enemies, PvE, Symbiotic Player Relations


A Game System Player is typically not seen as an Agent since their model for behavior is rule-bound and completely open to investigation.

Relations

Can Instantiate

Cooperation, Enemies, Privileged Abilities, PvE, Symbiotic Player Relations

Can Modulate

Self-Facilitated Games

Can Be Instantiated By

AI Players

Can Be Modulated By

-

Possible Closure Effects

-

Potentially Conflicting With

-

History

New pattern created in this wiki.

References

-

Acknowledgements

-