Chat Channels
The one-sentence "definition" that should be in italics.
This pattern is a still a stub.
Contents
Examples
Using the pattern
Implementing Chat Channels requires Dedicated Game Facilitators that receives messages, stores them, and sends them to appropriate receiver. Games rarely have only one Chat Channel, and deciding which to provide is one of the main design choices regarding the pattern. Examples include channels that only support communication with those close in a Game World (which maintains Diegetic Consistency) and those that allow secret communication with co-members of Parties, Guilds or Teams.
scripting
censoring
Chat Channels typically identify who sent a message. This common way of doing this is through Handles since these are also in text.
Diegetic Aspects
Interface Aspects
Chat Channels is a Interface Pattern.
Narrative Aspects
Consequences
Can Instantiate
Communication Channels, Game Lobbies, Illocutionary Interfaces, Information Passing
Relations
Can Instantiate
Communication Channels, Game Lobbies, Illocutionary Interfaces, Information Passing
Can Modulate
Can Be Instantiated By
Can Be Modulated By
Possible Closure Effects
-
Potentially Conflicting With
History
New pattern created in this wiki.
References
-