Play as Loaf, a hamster who's wound up on the wrong side of a fair few too many forks lately! Navigate fast paced levels and preform death defying stunts with the moment you've built throughout each level. Can you reach the end in record time, or will you end up as a ham sandwich?
Some of the assets I've made for my game
Wireframe for the assets I've made
The culmination of our GDD class, we combine all the code we learned to create this magnificent recreation of "Asteroids" by Atari; all under an extreme deadline! Here is the final result.
in this case the loop is used for spawning baby asteroids
This is a snippit of the code used to manage the health of everything in the game.
A simple brick breaker game that we were tasked with making in only a few hours. This lesson taught the value of loops in C#
This is the ingenious solution we were taught to make in class that spawns our brick's colors between 3 preset colors. Each level of our game could have a random layout of colorful bricks with this code.
The first loop we ever made in class, and i's a double loop. A loop within a loop! This combines our horizontal and vertical rows/ columns into one chunk of code that responds to inputs for both loops.