Prototype Submission

Make a Plan
Thursday, April 25, 2024 | 10:21 PM EDT
Submission Activity: Make a Plan
The person would enter my game and start at the title screen. There they will have three options. They could start the game, learn the controls, or leave the game. If the player wants to learn the controls then they will be taken to the screen with the list of controls. If they start the game, they will be able to play the level I have created and beat it. Pressing the exit button would close the game.

Show Your Code
Thursday, April 25, 2024 | 10:44 PM EDT
Submission Activity: Show Your Code
The image shows the code used for the goal at the end of the level. The code checks to see if an object with the tag of "Player" hits the goal. If it does the scene manager is activated and it will load the next scene. It does this by loading a scene that is one above the current scene in the scene index (A list of the all the scene).