A Simple 3D Platform Game, where the Player has to stay on top of the Platform and Score as much as possible.
The Platform which is called Pulpit, gets randomly spawned on any side of the existing Pulpit. Each Pulpit will have a timer running which indicated the life span of that Pulpit. When it reached 0, the Pulpit will fall down. If the Player is on top of it, the player will fall to the death and the game is over.
The Player has to keep moving to make sure that the cube stays on top of the Pulpit and not fall to the death. Each new Pulpit the Player reached the Score count increases.
- Main Menu
- Game Scene
- Pause Menu
- Game Over Menu
- Game Play Video
- The Player Speed and The Pulpit Data are retrieved from a JSON File stored in a web server.
- The new Pulpit will not spawn on the last pulpit location.
- The Pulpit have a random life span Ranging between two numbers given in the JSON File.
- The Pulpit will also fall down when the timer reaches 0.
- At a given time only 2 Pulpit will only be present and new Pulpit will spawn the the old Pulpit's timer reached 2.5 seconds.
- The Player moves at the speed which is given in the JSON File.