top of page

Box Avoid

In this game the main objective is to avoid the obstacles in order to make it through the levels and eventually reach the secret bonus level which has weird properties to it. The game itself is simplistic but there is a lot that goes into it

2018-09-26_12-39-13.png

Programming & Coding

In this came the player, which is the box, is constantly moving in the forward. The player also has the ability to move side to side which we assigned to the A and D keys as seen in the picture. Adding both forwards and sideways force allows us to change the values which in turn affects how fast the box is moving forward as well as left and right.

2018-09-26_12-12-59.png
2018-09-26_12-10-42.png

As I mentioned before there are many levels as well as a bonus level and credits after you beat the game. Each level has its own "Scene" and with scripting it allows the game to progress to the next level after you pass over a checkpoint which is an empty game object within the game. There is also a Start menu with buttons that allow you to view the instructions and play the game.

2018-09-26_12-10-10.png
bottom of page