ChrisAbdo_IT201_Project2
After loading the game, you can immediately start placing balloons around the playable area of the canvas (anything under the white line). Or, you can manipulate the game at the top bar and change anything defined above.
Feature 1: Begin Round button to start pop mode. Also triggers a countdown before the round starts.
Feature 2: Round timer (input: when in pop mode / countdown is 0)
Feature 3: Button to place random spheres in the scene (input: button click)
Feature 4: Toggle to make "harder targets" which just move around slightly (input: toggle)
Semi-Extra Feature: Instructions on how to play the game that disappear after the first sphere is placed
Semi-Extra Feature: Countdown timer is displayed on the screen
Math and Time Used: Timer (DateTime), Random (System.Random), Mathf.Ceil, Mathf.sin/cos Time.deltaTime, etc.