Game System Player

From gdp3
Jump to: navigation, search

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 an 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.

A very passive form of Game System Player can be created through Time Limited Game Instances together with Winning by Ending Gameplay, one example of this is Planetfall where the player has a limited number of turns to complete the game or lose due to rising water levels.

Consequences

A Game System Player is typically not seen as an Agent since their model for behavior is rule-bound and completely open to investigation. However, they can still exhibit Unpredictable Behavior, for example through use of Randomness, and in these cases they can give rise to both Player Unpredictability and Performance Uncertainty.

The presence of a Game System Player introduces an Enemy, and this can give Symbiotic Player Relations between other players since they have this Enemy in common and cause them to engage in Cooperation. Given the passive role of a Game System Player, the challenge can be viewed as PvE rather than PvP.

Excise occurs in games with a Game System Player which the players need to enact the actions of, this is for example the case in all Self-Facilitated Games with a Game System Player.

Relations

Can Instantiate

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

with Self-Facilitated Games

Excise

with Unpredictable Behavior

Player Unpredictability and Performance Uncertainty

Can Modulate

Self-Facilitated Games

Can Be Instantiated By

AI Players

Time Limited Game Instances together with Winning by Ending Gameplay

Can Be Modulated By

Randomness

Possible Closure Effects

-

Potentially Conflicting With

-

History

New pattern created in this wiki.

References

-

Acknowledgements

-