Difference between revisions of "Game Servers"
From gdp3
Line 8: | Line 8: | ||
[[Category:To be Published]] | [[Category:To be Published]] | ||
[[Category:Staffan's current workpage]] | [[Category:Staffan's current workpage]] | ||
− | '' | + | [[Category:Platform Patterns]] |
+ | ''Computer systems responsible for running individual game instances.'' | ||
This pattern is a still a stub. | This pattern is a still a stub. | ||
+ | |||
+ | Note: ''while a computer system can be built to handle several different game instances, this pattern describes the logics that control one game instance. Systems that control more than one game instance and support some form of extra-game communication or interaction are at least partially [[Meta Servers]].'' | ||
=== Examples === | === Examples === | ||
Line 26: | Line 29: | ||
== Using the pattern == | == Using the pattern == | ||
+ | [[Meta Servers]] | ||
+ | [[Non-Consistent Narration]] | ||
+ | [[Instances]] | ||
+ | [[Chat Channels]] | ||
+ | [[Player Kicking]] | ||
+ | [[Player Decided Rule Setup]] | ||
+ | [[Game Lobbies]] | ||
=== Diegetic Aspects === | === Diegetic Aspects === | ||
Line 36: | Line 46: | ||
== Relations == | == Relations == | ||
− | [[ | + | === Can Instantiate === |
+ | [[Instances]], | ||
[[Non-Consistent Narration]] | [[Non-Consistent Narration]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==== with ... ==== | ==== with ... ==== | ||
Line 55: | Line 59: | ||
=== Can Be Modulated By === | === Can Be Modulated By === | ||
− | + | [[Chat Channels]], | |
+ | [[Game Lobbies]], | ||
+ | [[Meta Servers]], | ||
+ | [[Player Decided Rule Setup]], | ||
+ | [[Player Kicking]] | ||
=== Possible Closure Effects === | === Possible Closure Effects === |
Revision as of 08:22, 22 June 2014
Computer systems responsible for running individual game instances.
This pattern is a still a stub.
Note: while a computer system can be built to handle several different game instances, this pattern describes the logics that control one game instance. Systems that control more than one game instance and support some form of extra-game communication or interaction are at least partially Meta Servers.
Contents
Examples
Quake series World of Warcraft Ultima Online
Anti-Examples
optional
Using the pattern
Meta Servers Non-Consistent Narration Instances Chat Channels Player Kicking Player Decided Rule Setup Game Lobbies
Diegetic Aspects
Interface Aspects
Narrative Aspects
Consequences
Relations
Can Instantiate
Instances, Non-Consistent Narration
with ...
Can Modulate
-
Can Be Instantiated By
-
Can Be Modulated By
Chat Channels, Game Lobbies, Meta Servers, Player Decided Rule Setup, Player Kicking
Possible Closure Effects
-
Potentially Conflicting With
-
History
New pattern created in this wiki.
References
-
Acknowledgements
-