Auxiliary Game Screens

From gdp3
Jump to: navigation, search

Games making use of several different physical screens for gameplay.

Sometimes one screen is not enough to provide players with the information they could make use of in a game. One solution to this when simply using several screens in several separated locations does not work is to introduce Auxiliary Game Screens, smaller or subordinate screens that provide information related to that shown on the primary screen.

Examples

One of the simplest examples of Auxiliary Game Screens are computer games that run on operating systems supporting several screens and that themselves support this as well. Two examples of games that do this are the Quake series and the Dead Island game.

The Visual Memory Units for the Dreamcast console could work as an independent gaming device or provide players with an additional screen while playing on the Dreamcast by connecting the units to game controllers. In the Resident Evil series, this allowed players to view their health without switching away from the main game screen, in the Soul Calibur series players could see versions of characters enact attacks, and in the Sega Rally series players could access the lap times without having the console on.

Wikipedia has a page for games on the GameCube that can make use of Game Boy Advance units as extra controls[1]. Examples include Animal Crossing, The Legend of Zelda: The Wind Waker and the Splinter Cell series; for The Legend of Zelda: Four Swords Adventures it supported an essential game mechanic. The FIFA and Madden NFL series uses these Auxiliary Game Screens more passively as scoreboards.

Padracer and Scrabble™ Tile Rack are games that use iPhones as controllers for games whose primary displays are an iPad.

Using the pattern

Designing Auxiliary Game Screens is as much a question of software design as gameplay design, and sometimes may also require hardware design. The gameplay issues related to the Auxiliary Game Screens primarily concern if they should contain Game State Overviews or if they should be used to support Asymmetric Information or not. Many times the devices that provide these screens also provide input possibilities but this is outside the scope of this pattern.

Interface Aspects

Auxiliary Game Screens is an Interface Pattern. It can be treated as an alternative to Split-Screen Views and Picture-in-Picture Views.

Consequences

Auxiliary Game Screens can give players individual presentations of game states and Game Worlds. By doing so they can not only provide Game State Overviews but also allow for Asymmetric Information between players. This in turn allows for Imperfect Information and a possibility to design Conceal goals for players.

Given that Auxiliary Game Screens make it possible to provide a gameplay experience over several different types of displays, it can be seen as a weak form of Crossmedia Gameplay.

Relations

Can Instantiate

Asymmetric Information, Conceal, Crossmedia Gameplay, Game State Overviews, Imperfect Information

Can Modulate

-

Can Be Instantiated By

-

Can Be Modulated By

-

Possible Closure Effects

-

Potentially Conflicting With

-

History

New pattern created for this wiki by Staffan Björk.

References

  1. Wikipedia page listing GameCube games that can make use of Gamy Boy Advance units as extra screens.

Acknowledgements

Magnus Hacker, Johan Peitz, Jose Zagal