This is a side scrolling environment created for testing different side-scrolling features.
Arrow Keys control the player's movements. The "Space bar" key allows the player to jump. Interact with doorways by pressing the "Up" key. Pressing "P" on the Keyboard pauses and unpauses the game.
This game is set up with different classes controlling the game mechanics, the player, enemies and environment interactions. Enemies are set up with collision detection identifying the way that a player interacts with them. The game also has scripts allowing the player player to respawn at a checkpoints within the level should the player be killed. There are also scripts to control the audio in the level, moving platforms, teleportors (allowing the player) to switch locations in the level and jumping platforms. The player can also interact with doorways changing the scene in the game.