Skip to main content

Week 11 unity tutorial

unity tutorial


I did all the unity tutorials I for this week I did lesson 5.1, lesson 5.2 lesson 5.3, 

In lesson 5.1 five in Unity was pretty easy since I'm already getting pretty used to how unity works with lots of practice, in this lesson we has to switch the game to a 2D view, the outcome for this lesson was to make a list of three good objects and one bad objects and they will spawn at random position at the bottom of the screen, these targets will get destroyed when the player clicks on them.

Lesson 5.2 we has to make a score section that will display on the Ui starting at zero when the player clicks a target, the score will update and I won't lie I did have trouble with this part it did take me and couple more minutes to get it to work but eventual I did finally got it too work.

Lesson 5.3 we had to implement a game over feature to the game where when ever the good targets drop below the sensor at the bottom of the screen, the targets will stop spawning and a game over message will appear on the screen. And we also had to add a reset game button that reboots the game, surprisingly this was the easiest part of for me to code, I thought this was going to take way longer to do but it wasn't that hard at all.


Comments

Popular posts from this blog

Themes

  “Is video game addiction real?” Why was it made? The aim of this particular study is to look at the longer terms and impact when it comes to people that have a particular relationship with video games and how playing video games for a period of time can do to a person over time   , in this article it was based off of a six year study, the longest study ever done on video game addiction, and It’s very rare    it’s also found that 90% of gamers do not play in a way that is harmful or causes negative long term consequences and it’s actually a significant minority , though it’s still very bad because of how people can get truly addicted to video games and as a result can suffer mentally, socially and behaviorally. Start of his journey  In the first story of this article it was about a guy named Charlie Bracke and he was just a normal guy that was playing video games since he was young at the age of 5   , he was playing old 2D games and many others, In his tee...

Week 9-project

  Week 9 Alpha  My project for this week has been going pretty well I was able to catch up to the point I was at, before I deleted my other file my accident, I was having a bit of problems because my unity was just being very glitchy and it crashed multi of times but I was able to get the work done, which I'm happy about. Here are some screenshot of what I was doing the this week, I made my own level using the tile and grids at first it was very annoying to do because I kept on forgetting to add the grid so the tiles could be on the screen but after a while I got it and then I had to slice all the pixels to 16 by 16 to make it fit the grid I also had to do the same for the sprite character. And there is also a bit of code I just started in I'm able to make the player move left and right and the player can jump   

Week 5-Project

  Game vision statement  Game genre: The game genre that I will be choosing from a serious of options like shooters, action adventure and role playing games I was having a hard time in thinking what type of game I wanted because when ever I get told a project and we have all the power to make it anyone I want I get and have so many different ideas in my head it gets too much sometimes and I had to realise that I was only new to game development so all the complex and cool features that I wanted for my game would be very difficult so I went for one of the simpler routes and chose to make a plat-former game. Gameplay: The gameplay for the plat-former was going to be similar to how super Mario gameplay is because one I liked super Mario so it would be fun to make a game similar to it and Mega man another plat-former just like Mario but instead of just jumping around just like in Mario, Mega man has a shooting aspect in the game, so I know that I'm definitely going to have co...