Ellie Franklin
Advanced Computer Graphics
game over lerpzThis is the screen that appears when Lerpz dies, but it's also the screen when he completes the game. To make this we made a new scene that plays music and shows at a certain time. | fuel cell lerpzThis is a close up of the fuel cell prefab. I have close to 100 of them placed around the world and to win the game you need to collect a set number of them. |
---|---|
health lerpzThis is a close up of the health pickup. To gain back health after Lerpz meets a copper, he needs to pick these up and they will refill the health pie chart that he has | fence lerpzThis shows the fence and spaceship that come into play once the game objective is completed. The fence goes down and when Lerpz touches the ship it flies off and plays an end scene. |
respawn with HUDThis is a front view of Lerpz at the first spawn spot. It shows the game HUD that displays his health and how many fuel cells he needs to pickup | full game view lerpzThsi is just a 4 way view of the game |
lerpz 1This is a view from thye far platform where the boss is at | left view lerpzThis is just another view of the game |
copper with lerpzThis is a picture of the enemy, copper. He is a robot that follows lerpz around when he is in the area. He doesn't cause a lot of damage, but he knocks Lerpz back very far | lerpz lasersThis is a picture of the lasers that Lerpz has to go through to get the the boss. They just move up and down, the second faster than the first, and they cause damage. |
Lerpz in Unity
We started off the game already having the world made for us. Then we added in lerpz and made him the player. We had to set up the camera so it would follow him and if he gets turned around you can just right click and the camera will face where he is facing too. Then we added in copper as an enemy and made him a prefab so we could place him in any locations that we wanted. We also made the health pickups and fuel cell pickups prefabs and placed them where we wanted. The point of the game is to collect a certain number of fuel cells so the spaceship can be unlocked. The spaceship has a fence around it and when all the fuel cells are collected, it starts to flicker and then goes out so lerpz can get to the area. once he touches the ship, a cut scene plays and the game has been completed.