malliaanthony / IMTAssignment2016

0 stars 0 forks source link

Positive objects #5

Open malliaanthony opened 8 years ago

malliaanthony commented 8 years ago

There are three different collectibles that are present in the game. With each and every object collected something positive for user happens. These a the health pack, boost pack and the squid (score). In the meantime there are different outcomes since they will be randomly obtained with others that will have a negative effect on the object if taken. This will be also enabled in the three different levels.

malliaanthony commented 8 years ago

These different objects will be taking care to spawn out of the right of the screen so that each can offer there benefit. The script may be called "ObjectControl" which will be taking care of all the different prefabs there is prepared for the game. On the other hand these will be spawned randomly. In the mean time there are different areas where these will be infused with the other "negative objects" there is present in the game. An example of how such part should be implemented in this game is found in the below screenshot.

123456789000