Posts

Showing posts with the label Week 06

Prototype information for my game

Image
 Prototype On this blog post I will show you example of aspects of my game and how my progress is going so far. In the image below is examples of objects that will be in the final game version. In within the picture in the bottom left it tells us that the collectible ball is what the player will have to collect and they will collect this ball by using objects like a ramp to drive and get them from on top of buildings, trees, rocks etc. In the Image below it is an example of what the game may be like. The camera will be from behind and is shown in the image after this one. As you can see there is a collectible on top of the building which can be gotten by driving up the ramp. In this image it shows us what the camera angle will be when the player plays the game. As for progress so far I think I'm doing well because when I'm doing the tutorials I'm learning a lot of new things which I know will be able to help me create my game. A few tips I've learned is by giving object...

Unity Tutorial 05 - My Experience

Image
Unity Tutorial 05 - My Experience In this tutorial I had my first ever fairly big issue. I had been working through the tutorial at a steady pace without any issues and everything worked. As I got to the stage where I had to make the game say game over when an object hits the player the objects stopped moving and instantly said game over. The object never moved even  when I started the game and it was giving me errors. A fix I could think of was just to remove the code associated with making the game end when a player gets hit with an object and instead just tell you that the object hit you. If the game were to have points and you gained a point for every object you jump over you could remove a certain amount of points as a penalty for hitting an object. Other than that I got the rest of the tutorial done pretty well and I like when the background reset at the right point so that in the players perspective it looked like it flowed very well and this was a cool way that a playe...