Game Prototype
Image of my prototype This week I started work on my prototype for my final game. I did this by following the instructions of the first weeks Unity tutorials that I did. The idea for my final game is similar to Tony Hawk Pro Skater. I plan on having a skater skating around the screen similar to the first Unity tutorial and destroying crates that come along the way. I also decided that if my player falls off the road then you lose the game but if he destroys all the crates then you win in order to make it quite challenging. I also have the camera at an overhead view so I could see how I was positioning everything in my scene view and I may try do this in my actual game as I quite that look. The little green rectangle is a prototype of my skater and the two big cubes are prototypes off my crates. Setting up the prototype was surprisingly fairly easy however it was the coding that I found quite tricky as always. Thankfully I managed to get my first obstacle destroyed but I had diffi...