Massively Single-Player Online Games

From gdp3
Revision as of 08:25, 8 August 2015 by Staffan Björk (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Games that make use of other players' game instances to provide input to the game state.

Many games, ranging from Solitaire to computer games where one players against the computer, are single-player games. These can however have some aspects of multiplayer games by letting the actions of other players in other games somehow influence the gameplay. These games are called Massively Single-Player Online Games due to the fact that they have become feasible mainly through automation computers offers and the connectivity the internet provides. They let designers provide players with a middle option between the socially loaded gameplay of multiplayer games and the isolated gameplay of single-player games - single-player games can of course provide or encourage social interaction outside gameplay and play sessions (c.f. Stenros 2009[1]).

Examples

Crobots and NetHack are less obvious examples of Massively Single-Player Online Games that precede online gaming. The code and messages created by players of the games are stored locally on the computers they are played on and can only affect the game instances that follow on that computer, or on computer that have been installed with all the files from those game installations.

Players of Spore can create their own species, vehicles and buildings as part of following a species development from single cell life-form to interstellar society. The other life-forms encountered during the gameplay are a mix of those created by the game developers and those created by other players are downloaded from online sources.

When played online, Demon's Soul uses the actions of players' in one game session to provide hint to others in the form of ghostly replays, blood stains where they have died, or messages scribbled on the floor. People can also choose to play against each other, and in this mode players can visit other players' games to try and kill the host to get a reward in their own game instance.

4 Minutes and 33 Seconds of Uniqueness uses the fact that others are playing the game also as input to game instances. This by making players lose if any other player begins to play during their own game instance. Icy Tower can be seen as a weak example of Massively Single-Player Online Games. In it the avatars of other players are placed in the game world to show the highest platform they reached.

Given that players of FarmVille and Zombie Lane can visit other players areas in these games but they are very limited in what they can do there, and the actions performed there might not functionally be the same for those visited, these games can be seen as interconnecting many different players individual game instances.

Using the pattern

Being online games, Massively Single-Player Online Games need to make use of Game Servers, but unlike other online games it is not necessarily so that they need Meta Servers. Looking at gameplay, Global High Score Lists is a simple way of creating Massively Single-Player Online Games through the Meta Game Competitions of having the highest Scores they support. The use of Speedruns and Ghosts are more specific ways of doing this that lets other players' performances be visible within Game Worlds (see Demon's Soul for examples of this use of Ghosts). Asynchronous Gameplay with Private Game Spaces and little interaction between players is another way of providing Massively Single-Player Online Games since each player can treat their game space as a game of their own. Friend Lists can be used in Massively Single-Player Online Games to more or less require help for other players to progress (e.g. requiring the help of a certain amount of friends to unlock Levels) and this promotes players to send out Invites.

The effect players can have on each other can be seen as a form of Social Interaction, but to do this players need to have several play sessions in the same game instances and for this reason Encouraged Return Visits are common in Massively Single-Player Online Games. Visits is one way to add more Social Interaction which doesn't need players to be playing at the same time but does require that the games have Persistent Game Worlds (as is the case if they are supposed to be Tick-Based Games). The concept of Neighbors can be included to let players control by themselves which other players can do Visits. Free Gift Inventories have similar possibilities as Visits and can be regulated by Neighbors as well, but do not require Persistent Game Worlds. Both are ways to allow Altruistic Actions in these types of games, and these might be examples of Non-Player Help if anybody can perform the actions regardless of if they are playing the games themselves or not. If instead the games require people to be players to perform the actions, Invites allow players to try and recruit new people to help them. However, if having Challenging Gameplay or Conflicts is wanted, Visits can be used to provide Enemies (as for example done in Demon's Soul).

It is relatively trivial to include the pattern of Late Arriving Players in Massively Single-Player Online Games given the little and still existent interaction between players. Further, since players are not directly competing with each others there is no problem with Player Balance if Purchasable Game Advantages is added.

Consequences

Massively Single-Player Online Games are a way of modifying Single-Player Games through Trans-Game Information, and they always instantiate Meta Games since part of its defining characteristics is that one game instance affects another and thereby create a level of interaction about the game itself. Since they do make use of Game Servers, they provide Mediated Gameplay.

Although not Multiplayer Games per se, Massively Single-Player Online Games offers some aspects of them which can allow Social Interaction without risking to destroy Casual Gameplay. They do this without requiring players to know or interact much about each other, making it possible for players to have Actor Detachment to other players. Similarly, they mainly share extra-game functionality with Massively Multiplayer Online Games.

Relations

Can Instantiate

Actor Detachment, Meta Games, Mediated Gameplay, Social Interaction

Can Modulate

Casual Gameplay, Single-Player Games

Can Be Instantiated By

Game Servers, Ghosts, Global High Score Lists, Speedruns, Trans-Game Information

Asynchronous Gameplay together with Private Game Spaces

Can Be Modulated By

Altruistic Actions, Encouraged Return Visits, Free Gift Inventories, Friend Lists, Invites, Late Arriving Players, Neighbors, Non-Player Help, Persistent Game Worlds, Purchasable Game Advantages, Tick-Based Games, Visits

Possible Closure Effects

-

Potentially Conflicting With

-

History

New pattern created in this wiki.

References

  1. Jaakko Stenros, Janne Paavilainen, and Frans Mäyrä (2009). The many faces of sociability and social play in games. In Proceedings of the 13th International MindTrek Conference: Everyday Life in the Ubiquitous Era (MindTrek '09). ACM, New York, NY, USA, 82-89.

Acknowledgments

Jonas Linderoth, Frans Mäyrä