Warrior Pete Level
- Elizabeth O'Hara
- Oct 12, 2023
- 1 min read
Warrior Pete is a 3D platformer level I designed using Unity for a school project. Since it was for a school project, the art assets were given to me. The goal was to create a fun platformer level and script using C#.

Overview: The player finds themselves in a makeshift jail and has to find a way to escape by solving various puzzles. The player can find scrolls, which act as a key, and unlock various doors. They can also pick up and throw boxes at doors to break them instead. Once the player breaks out of their cell, with either the scroll or box, they find themselves in a small camp. They'll break into a house, and then push a box in-between two pillars to trigger the rising platform. Back in the camp, they'll have to rearrange several rocks to climb up to the platform that was raised. From there, they have one final door to break through to finish the climb to freedom.
Script: I scripted the key and door mechanism, the box trigger for the rising platform, picking up and dropping objects, and breaking the door with boxes. They player loses health by falling off the map or entering an area they can't get out of; they'll return to the cell and lose some health. When all their health is gone, the player dies. I also created a front end, win screen, and lose screen for the game.
Video Walkthrough:
Comments