top of page

Roly Poly is a 3D puzzle game where the player takes control of a cube that can only roll. They must traverse the level in order to reach the goal, lest they accidentally roll off the map.
There will be blue timed cubes that periodically move up and down to stop the player’s cube from rolling, thus allowing them to change direction.
There will also be pink cubes that can be controlled using a separate set of keys so that the player can stop their own cube before it falls of the map.
There are also some hidden traps so players have to think carefully before they decide to roll.

One of the codes that I programmed was the movable wall. By binding them to the I, J, K and L keys, they moved independently from the player cube which used the W, A, S and D key. 
That script was further separated into two so that the I and K key moved one of the walls vertically only while the J and L key moved another wall horizontally only.

This game was made with Unity.

bottom of page