Difference between revisions of "Moveable Tiles"

From gdp3
Jump to: navigation, search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:Staffan's current workpage]]
 
 
[[Category:Patterns]]
 
[[Category:Patterns]]
 
[[Category:Level Design Patterns]]
 
[[Category:Level Design Patterns]]
[[Category:Needs work]]
 
 
[[Category:Needs revision]]
 
[[Category:Needs revision]]
[[Category:Needs examples]]
 
 
[[Category:Needs references]]
 
[[Category:Needs references]]
[[Category:Patterns created on the Wiki]]
+
''Game elements that move in diegetic game world but not by their own agency.''
[[Category:Stub]]
+
''Tiles that move in the diegetic game world.''
+
  
This pattern is a still a stub.
+
While players often control game elements that have more or less free movement in games, and encounter enemies that can do likewise, some games are other game elements that either have predetermined movement or only move when pushed or pulled. These other types of moving game elements are [[Moveable Tiles]] even if they may represent diegetic individuals or vehicles.
 
+
Tiles that can move during gameplay either as the effect of player actions or game events.
+
 
+
Moveable Tiles are very common in platform games from Super Mario Bros. to Crash Bandicoot to Super Monkey Ball. In these games, the Moveable Tiles mainly consist of constantly moving platforms the player has to use to reach certain places in the game. The main challenge for the player in such cases is to time and coordinate his movements according to the movement of the tiles. Another common use of Moveable Tiles is to allow the player to push, pull, or otherwise move the tiles around the Game World, usually to block enemies or to reach otherwise inaccessible areas.
+
  
 
=== Examples ===
 
=== Examples ===
[[Sokoban]]
+
Although [[Moveable Tiles]] require the presence of tiles, these can diegetically present actual tiles which can block movement or be stood upon, or even opponents with trivial behaviors. [[Sokoban]] is a puzzle game where the goal is to push individual [[Moveable Tiles]] representing boxes to designated areas. The [[Tomb Raider series]] also lets players push and pull boxes to open up areas or be able to reach otherwise unreachable ledges. Levels in [[Frogger]] consist of two parts where in the first one has to avoid moving vehicles while crossing a road and in the second jump between turtles and stocks to cross a river; functionally all these game elements are [[Moveable Tiles]].
 
+
[[Super Mario series]]
+
 
+
[[Portal series]]
+
 
+
[[Frogger]]
+
  
Example: One of the levels in Super Monkey Ball consists almost exclusively of moving tiles, where each tile contains bananas for bonus scores. The tiles move in a very predictable pattern by first contracting to the center of the level and then again spreading out.
+
The [[Super Mario series]] and [[Portal series]] have platforms that players need to make us of the finish levels. These [[Moveable Tiles]] have predetermined circuits but in some cases they continuous move while in other cases they only move in response to player actions. A few of the levels in [[Super Monkey Ball]] consist almost exclusively of moving tiles, where each tile contains bananas for bonus scores. The tiles move in a very predictable pattern by first contracting to the center of the level and then again spreading out.
  
 
== Using the pattern ==
 
== Using the pattern ==
 
As its name implied, the design of [[Moveable Tiles]] requires the presence of [[Tiles]]. However, unlike many other cases regarding [[Tiles]] the design of [[Moveable Tiles]] cannot as easily be replaced with [[Cards]]. This since [[Moveable Tiles]] deals with diegetic [[Movement]] and [[Cards]] are less likely to represent moveable game elements ''inside'' [[Game Worlds]].
 
As its name implied, the design of [[Moveable Tiles]] requires the presence of [[Tiles]]. However, unlike many other cases regarding [[Tiles]] the design of [[Moveable Tiles]] cannot as easily be replaced with [[Cards]]. This since [[Moveable Tiles]] deals with diegetic [[Movement]] and [[Cards]] are less likely to represent moveable game elements ''inside'' [[Game Worlds]].
  
Besides the considerations that need to be made for other Tiles, the design of Moveable Tiles requires decisions regarding the movement patterns, such as how the movement is activated and how the movement can be stopped, if necessary. Movement patterns can either be predetermined, decided on the fly using Randomness, or determined by the actions made either by game elements on the tile or through Controllers. The activation of the movement may be due to certain events or actions (maybe requiring some form of Resources), or the movement may be constant so that activation is not required, and the movement may continue only for a limited amount of time. The movement of the tile may also end or change direction when blocked by an Obstacle. When the movement is caused by player actions, this provides a form of Reconfigurable Game World.
+
Besides the considerations that need to be made for [[Tiles]], the design of [[Moveable Tiles]] requires decisions regarding their movement patterns including if this need to be activated and is possible to be stopped. Movement patterns can either be predetermined, be decided on the fly using [[Randomness]], or be determined by the actions made either by game elements on the tile or through [[Controllers]]. The activation of their [[Movement]] may be due to certain events or actions (maybe requiring some form of [[Resources]]) and may only continue for a limited amount of time, or their movement may be constant so that activation is not required. The [[Movement]] of these [[Tiles]] may also end or change direction when blocked by [[Obstacles]].  
  
Another decision to be made when using Moveable Tiles is whether the game elements on the Moveable Tiles need to move in order to stay on the tile or if they are automatically carried by the tile when it is moving. For example, in almost all cases of lifts in platform games, the player's character is automatically carried on the lift tile. On the other hand, to stay on the Moveable Tiles in Super Monkey Ball, the player has to explicitly move the ball.
+
[[Moveable Tiles]] may be [[Obstacles]] and like these, they can make parts of [[Game Worlds]] into [[Inaccessible Areas]]. However, since they are by definition moveable, these offer ready-made ways of opening up these areas. They can also modulate already existing [[Inaccessible Areas]] by offering alternative routes that can make it possible to get to them. Another design options opens up when other game elements can be on the [[Moveable Tiles]]. This is whether they also need to move in order to stay on the [[Tiles]] or if they are automatically moved as the [[Tiles]] move. For example, platforms in [[Portal 2]] move that which is on them while players explicitly need to move their monkeys to stay on the [[Moveable Tiles]] in the [[Super Monkey Ball series]].
 
+
=== Diegetic Aspects ===
+
 
+
=== Interface Aspects ===
+
 
+
=== Narrative Aspects ===
+
 
+
[[Timing]]
+
  
 
== Consequences ==
 
== Consequences ==
 
[[Moveable Tiles]] are - quite obviously - ways of modulating [[Tiles]] so that have [[Movement]]. Depending on their size and positioning in [[Game Worlds]], this may let them provide [[Movement]] for [[Avatars]] and [[Units]] or be [[Obstacles]] preventing [[Movement]]. If they can crush game elements against walls or other game elements, they can also be a source of [[Damage]].
 
[[Moveable Tiles]] are - quite obviously - ways of modulating [[Tiles]] so that have [[Movement]]. Depending on their size and positioning in [[Game Worlds]], this may let them provide [[Movement]] for [[Avatars]] and [[Units]] or be [[Obstacles]] preventing [[Movement]]. If they can crush game elements against walls or other game elements, they can also be a source of [[Damage]].
  
[[Moveable Tiles]] that move for some time after being set in motion are examples of [[The Show Must Go On]], as the players usually cannot affect the movement of the tiles once set in motion, especially if this motion is continuous. Those that [[Damage]] or [[Eliminate]] what they crush against something are also examples of [[Ultra-Powerful Events]]; they do however not need to make players lose control over game elements; rather, [[Moveable Tiles]] can in this case bring in more complexity and variation to the game system. [[Moveable Tiles]] also make [[Aim & Shoot]] actions more difficult, as the movement of the tiles need to be taken into consideration if the shooter or target are on these or if the [[Moveable Tiles]] are [[Obstacles]].
+
[[Moveable Tiles]] that move for some time after being set in motion are examples of [[The Show Must Go On]], as the players usually cannot affect the movement of the tiles once set in motion, especially if this motion is continuous. Those that [[Damage]] or [[Eliminate]] what they crush against something are also examples of [[Ultra-Powerful Events]]; they do however not need to make players lose control over game elements; rather, [[Moveable Tiles]] can in this case bring in more complexity and variation to the game system. [[Moveable Tiles]] also make [[Aim & Shoot]] actions more difficult, as the movement of the tiles need to be taken into consideration if the shooters or their targets are on these or if the [[Moveable Tiles]] are [[Obstacles]].
  
[[Moveable Tiles]] that are not under players' control due to being part of [[Ultra-Powerful Events]] can create [[Timing]] challenges that require [[Rhythm-Based Actions]] as well as [[Strategic Knowledge]] when players need to learn how to pass by obstacle courses consisting of several [[Moveable Tiles]] or other challenges.  
+
When the [[Movement]] of these tiles is caused by player actions, this provides a form of [[Reconfigurable Game Worlds|Reconfigurable Game World]]. When their direction can only be controlled by placing [[Obstacles]], this makes players only have [[Indirect Control]] over them. [[Moveable Tiles]] that are not under players' control due to being part of [[Ultra-Powerful Events]] can create [[Timing]] challenges that require [[Rhythm-Based Actions]] as well as [[Strategic Knowledge]] when players need to learn how to pass by obstacle courses consisting of several [[Moveable Tiles]] or other challenges.
 +
 
 +
Since [[Moveable Tiles]] are game elements that do not move due to their own volition, they are not compatible with [[Agents]] ([[Randomness]] used to determine the [[Movement]] of [[Moveable Tiles]] may temporary give the impression of them being [[Agents]]).
  
 
== Relations ==
 
== Relations ==
 
=== Can Instantiate ===
 
=== Can Instantiate ===
 
[[Damage]],  
 
[[Damage]],  
 +
[[Inaccessible Areas]],
 
[[Movement]],  
 
[[Movement]],  
 
[[Obstacles]],  
 
[[Obstacles]],  
 +
[[Reconfigurable Game Worlds]],
 
[[The Show Must Go On]]
 
[[The Show Must Go On]]
  
Line 59: Line 40:
 
[[Ultra-Powerful Events]]
 
[[Ultra-Powerful Events]]
  
=== with [[Ultra-Powerful Events]] ====
+
==== with [[Obstacles]] ====
 +
[[Indirect Control]]
 +
 
 +
==== with [[Ultra-Powerful Events]] ====
 
[[Strategic Knowledge]],  
 
[[Strategic Knowledge]],  
 
[[Rhythm-Based Actions]],  
 
[[Rhythm-Based Actions]],  
Line 66: Line 50:
 
=== Can Modulate ===
 
=== Can Modulate ===
 
[[Aim & Shoot]],  
 
[[Aim & Shoot]],  
 +
[[Inaccessible Areas]],
 
[[Tiles]]
 
[[Tiles]]
  
Line 72: Line 57:
  
 
=== Can Be Modulated By ===
 
=== Can Be Modulated By ===
-
+
[[Controllers]],
 +
[[Obstacles]],
 +
[[Randomness]]
  
 
=== Possible Closure Effects ===
 
=== Possible Closure Effects ===
Line 78: Line 65:
  
 
=== Potentially Conflicting With ===
 
=== Potentially Conflicting With ===
-
+
[[Agents]]
  
 
== History ==
 
== History ==

Latest revision as of 07:11, 3 September 2011

Game elements that move in diegetic game world but not by their own agency.

While players often control game elements that have more or less free movement in games, and encounter enemies that can do likewise, some games are other game elements that either have predetermined movement or only move when pushed or pulled. These other types of moving game elements are Moveable Tiles even if they may represent diegetic individuals or vehicles.

Examples

Although Moveable Tiles require the presence of tiles, these can diegetically present actual tiles which can block movement or be stood upon, or even opponents with trivial behaviors. Sokoban is a puzzle game where the goal is to push individual Moveable Tiles representing boxes to designated areas. The Tomb Raider series also lets players push and pull boxes to open up areas or be able to reach otherwise unreachable ledges. Levels in Frogger consist of two parts where in the first one has to avoid moving vehicles while crossing a road and in the second jump between turtles and stocks to cross a river; functionally all these game elements are Moveable Tiles.

The Super Mario series and Portal series have platforms that players need to make us of the finish levels. These Moveable Tiles have predetermined circuits but in some cases they continuous move while in other cases they only move in response to player actions. A few of the levels in Super Monkey Ball consist almost exclusively of moving tiles, where each tile contains bananas for bonus scores. The tiles move in a very predictable pattern by first contracting to the center of the level and then again spreading out.

Using the pattern

As its name implied, the design of Moveable Tiles requires the presence of Tiles. However, unlike many other cases regarding Tiles the design of Moveable Tiles cannot as easily be replaced with Cards. This since Moveable Tiles deals with diegetic Movement and Cards are less likely to represent moveable game elements inside Game Worlds.

Besides the considerations that need to be made for Tiles, the design of Moveable Tiles requires decisions regarding their movement patterns including if this need to be activated and is possible to be stopped. Movement patterns can either be predetermined, be decided on the fly using Randomness, or be determined by the actions made either by game elements on the tile or through Controllers. The activation of their Movement may be due to certain events or actions (maybe requiring some form of Resources) and may only continue for a limited amount of time, or their movement may be constant so that activation is not required. The Movement of these Tiles may also end or change direction when blocked by Obstacles.

Moveable Tiles may be Obstacles and like these, they can make parts of Game Worlds into Inaccessible Areas. However, since they are by definition moveable, these offer ready-made ways of opening up these areas. They can also modulate already existing Inaccessible Areas by offering alternative routes that can make it possible to get to them. Another design options opens up when other game elements can be on the Moveable Tiles. This is whether they also need to move in order to stay on the Tiles or if they are automatically moved as the Tiles move. For example, platforms in Portal 2 move that which is on them while players explicitly need to move their monkeys to stay on the Moveable Tiles in the Super Monkey Ball series.

Consequences

Moveable Tiles are - quite obviously - ways of modulating Tiles so that have Movement. Depending on their size and positioning in Game Worlds, this may let them provide Movement for Avatars and Units or be Obstacles preventing Movement. If they can crush game elements against walls or other game elements, they can also be a source of Damage.

Moveable Tiles that move for some time after being set in motion are examples of The Show Must Go On, as the players usually cannot affect the movement of the tiles once set in motion, especially if this motion is continuous. Those that Damage or Eliminate what they crush against something are also examples of Ultra-Powerful Events; they do however not need to make players lose control over game elements; rather, Moveable Tiles can in this case bring in more complexity and variation to the game system. Moveable Tiles also make Aim & Shoot actions more difficult, as the movement of the tiles need to be taken into consideration if the shooters or their targets are on these or if the Moveable Tiles are Obstacles.

When the Movement of these tiles is caused by player actions, this provides a form of Reconfigurable Game World. When their direction can only be controlled by placing Obstacles, this makes players only have Indirect Control over them. Moveable Tiles that are not under players' control due to being part of Ultra-Powerful Events can create Timing challenges that require Rhythm-Based Actions as well as Strategic Knowledge when players need to learn how to pass by obstacle courses consisting of several Moveable Tiles or other challenges.

Since Moveable Tiles are game elements that do not move due to their own volition, they are not compatible with Agents (Randomness used to determine the Movement of Moveable Tiles may temporary give the impression of them being Agents).

Relations

Can Instantiate

Damage, Inaccessible Areas, Movement, Obstacles, Reconfigurable Game Worlds, The Show Must Go On

with Damage

Ultra-Powerful Events

with Obstacles

Indirect Control

with Ultra-Powerful Events

Strategic Knowledge, Rhythm-Based Actions, Timing

Can Modulate

Aim & Shoot, Inaccessible Areas, Tiles

Can Be Instantiated By

-

Can Be Modulated By

Controllers, Obstacles, Randomness

Possible Closure Effects

-

Potentially Conflicting With

Agents

History

An updated version of the pattern Moveable Tiles that was part of the original collection in the book Patterns in Game Design[1].

References

  1. Björk, S. & Holopainen, J. (2004) Patterns in Game Design. Charles River Media. ISBN1-58450-354-8.

Acknowledgements

-