Source: Unity The tutorial for the ball movement game was a very fun and interesting tutorial and also the very first time that we added the feature to allow the player to move their character themselves. My favorite part was the power-ups that were added to give the player the advantage over it's opponents. The first task was to add our sphere to the map provided by the asset store and then add a texture to the main sphere, after that I had to create a focal point on the centre of the map and then add the script RotateCamera which rotated the camera that allowed the sphere to move at any position to dodge the other balls and collect the power-ups. Finally, if the player was to fall off the edge the message "Game Over" would appear on the bottom left-corner.