Skip to main content

Time Manipulation in Game Design



Time Manipulation in Games

Introduction

The gameplay mechanic that I wish I had come up with first, is Time Manipulation. This is includes the concept of time dilation and the reversal of time in games.

Implementing the Manipulation of Time

Time manipulation is a robust mechanic. It involves non-exploitable time manipulation, with the goal of being fast and smooth, while not computationally-taxing on memory or hardware resources.
The best way to implement this mechanic can be seen in Braid - an indie platform and puzzle game, developed by Number None, Inc. In this game, the world state is recorded for every frame, where the data is stored and compressed. With the recorded frames, any changing entities are extracted and mixed into the final state, which can be manipulated or rewound by the player.
The player’s position is recorded and other properties such as color and rotation are stored as an integer that can be reconstructed, along with time information taken from the frame.

Use In-Game

Conversely, interactive narratives such as Life is Strange - an episodic graphic-adventure game developed by Dontnod Entertainment - place a limit, as to how far the player can rewind.
In this game, the time reversal mechanic ties heavily into the narrative. For instance, if there is an important decision that needs to be made that will have dire consequences later in the game, the player can explore all of their options first - before they make that choice. He or she can select one option and rewind to the beginning of that conversation to preview the other choices, before making a decision.
Furthermore, with these games, you don’t want the experience of the in-game puzzles to be exploited, where the challenge can be severely reduced by this feature. For example, in Prince of Persia: The Sands of Time - a third-person action-adventure, puzzle-platform game - if the puzzle’s objective is to get from point A to point B, the player can attempt the puzzle and if they fall from the platform, then they can rewind to repeat that section.
This is in contrast to Life is Strange, where the player’s position is not at all affected by time reversal. In a similar puzzle, if there is an obstacle flying at the player while they are moving towards a point, when they go to reverse time they will stay in the same place, to effectively evade it.

Comments

Popular posts from this blog

Level Design in God of War (Part 1)

Becoming the God of War God of War is one of the most-critically acclaimed franchises to ever hit the Playstation market. In this pipeline deconstruction, I will refer to elements of the series as a whole. Dominus the main character in concept, needed to be summed up in a single word -- wrath . Covered in the ash of his wife and child, the character is a demigod who seeks revenge on the gods who betrayed him. Once the artists stripped away his armor and shield, the character’s true raw, animalistic side was exposed. Tall with upper-body musculature, covered in ashes and hunched over with his signature Blades of Chaos, Dominus was a force to be reckoned with. Dominus set the stage for the today’s Playstation mascot -- Kratos. Level Design Mood and exploration is a staple part of level design in God of War . Areas that are more open are also relatively barren; while many objects are placed around smaller areas like rooms. I think this encourages the player’s sense o...

Most Difficult Parts in Heavy Rain

Under Pressure In my experience, the most difficult button combination sequence in the game is when Norman Jayden must bring in a suspect for questioning, who goes by the name of Mad Jack. Jackson is said to have sold a used car to the Origami Killer and presumably has information on the killer identity or alias. When Jayden finds traces of human blood and orchid pollen, he tries to arrest Jack on the spot. He resists the arrest and goes to Kill Jayden — which he can if the player is not quick enough during the intense fight sequence. If Jayden survives the attack and beats Mad Jack, he concedes and Jayden proceeds with the arrest. It’s then Jayden’s nose begins to bleed, his eyes begin twitching and his hands start shaking uncontrollably in the middle of the arrest. To resist feeding his addiction to a drug called triptocaine, the player must hold down a series of buttons to stop his hands from shaking and the weakness from his symptoms of withdrawal. If the playe...