This project represents a puzzle game in which the hero in the form of a capsule moves crates to the indicated places. After placing the crates in the correct places, you go to the next board.
Gameplay
The hero moves crates using physics engine mechanisms. The hero and the chests are subject to gravity. Multiple platforms can exist in one scene. The player can fall from one to the other.
Press the arrow keys to move the hero.
In the main menu you can start a new game or have played recently. During the game, you can return to the main menu or start a given level from scratch at any time.
The camera position can be changed as needed during the game: orbiting, translating and zooming. The direction of the hero's movement adjusts to the camera's viewing direction.
Scenes
The „MainScene” scene is the opening scene.
The system allows you to create any number of the level scenes.