This project is underway to enable a player to experience reality in a new way. A Universe where you can travel back and fourth in time. The tradeoff is that you cannot control the vertical dimension. The idea stems from the concept that in our world, time is the fourth unmanipulable dimension. This project aims to explore exchanging a manipulable dimension with one that you can manipulate. In this game, you can control the time dimension, but not the vertical(Y) dimension.
Technologies
Working
Demo
Movement in the x and z directions remain same. No y movement is allowed. Instead of jumps, the player can dash left or right.
Time is rewinded by storing the vectors(x and z movement) and quaternions(x and z rotation) in a list. On holding the 'X' button, the data at the bottom of the list is removed, making the previous data point the new movement and rotation information. Data points are removed for a certain threshold(5 times). Since we are removing 5 data points, we can rewind 5 seconds back in time. For moving forward in time, we add random vectors and quaternions relative to current position.
Copyright © Abhishek Padhee