d-gallagher / Unity_SpaceRocks

Mobile Applications Assignment
0 stars 0 forks source link

Levels of progression #2

Open d-gallagher opened 4 years ago

d-gallagher commented 4 years ago

How many levels are there in the game? How is the difficulty increased in the game as the player progresses through the levels? How does the player progress through the levels? eg: kills all available enemies? gets to score 'xxx' to complete level.

d-gallagher commented 4 years ago

After reviewing the design doc I have added 3 levels to the game. As the levels progress there are more enemies added. Transitioning between the scenes works fine with regard to loading subsequent scenes. However the game objects are 'Frozen' at level start, requiring the player to press the escape key (PC) in order to continue. This is currently un-tested on the mobile version.