Full Game Download:
Final Major Project Documentation
Development Log Posts
Here are the results from the survey that I created. The biggest and most common issue from this survey was the players collision so that was something I decided to work on straight away. For fixing the collision on the…
For fixing the jetpack, all I needed to add was “Time.deltaTime” to the code which fixed the issue with the jetpack not working with the build. For the pressure plate, it was set to “OnTriggerEnter” instead of “OnTriggerStay” like all…
This is the script for the upgrade screen which will turn on and off the canvas when you press any key once you beat an area. This is the game manager script where it gets the Boolean from the previous…
This first picture is a top-down of the first puzzle in Area 4. It uses a new power-up where you use your yellow electricity which will be used to hit the yellow panels on the walls which will open up…
I made a folder for all pressure plate scripts to organise things better. This is an overview of what the final puzzle in area 3 will look like. I might still move some things around as they might need to…
I went back to this puzzle as I hadn’t finished it before but I decided to try it again today. So this script is on each of the 4 boxes that you have to hit. The player must get them…
Here is a video commentary on my game which goes over the mechanics and other stuff.