Posts

Showing posts with the label week 9

Unity Tutorial 08

Image
(image describing lesson 4.4,  source ) This week for our Unity Tutorials, I completed lesson 4.4. and had a shot at Challenge 4 In lesson 4.4 I started off by writing a for-loop to spawn 3 enemies as to challenge the player more and also gave it a parameter so that the number of enemies can increase as game goes on. I then wrote up some code to destroy enemies when they fall off and spawn a new wave once a wave is destroyed. I then increased the enemyCount so that the amount of enemies increase with each wave. To finalize the game I spawned powerups with each new wave to help the player. For challenge 4 I was given broken code for a game where the player controls a ball and has to get other balls in your net. Here are the problems with the code which I had to fix: - Hitting an enemy sends it back towards you - A new wave spawns when the player gets a powerup - The powerup never goes away - 2 enemies are spawned in every wave - The enemy balls are not movin...

Review Week Comments and Feedback

Image
  (image showing comment boxes,  source ) Reading through the feedback I have received through my blog comments I am quite happy and there is a lot of good quality in them! I find the comments that make me question more aspects of my game and also give me ideas. Reading through the comments I was inspired to add some things to my game like changing it up from subway surfers with a storm/tornado theme while also making the game winnable instead of just a high score. I also found it interesting that a few people are making a similar endless runner game and I'm happy to hear that some of the links and resources I've posted in my blog was helpful to them :) When it comes to me giving out feedback I believe I've done well so far and gave useful feedback. I really enjoy using the TAG method to give feedback where I tell, ask and give. I find it to be a great method as I can first appreciate something my colleagues have made and then also make them question aspects of their game a...