UBC-BEST / M2M-Pizza-Game-Unity

Pizza game for the M2M app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Move all overall game logic to GameManager object

wesleychchan opened this issue · comments

For object specific logic, keep it in the corresponding game object

The GameManager object should:

  • Determine when an order should be generated (and pass on the call to the ticket object)
  • Determine when the pizza should move into the screen
  • Ensure correct starting and stopping of the game
  • When pizza reaches middle of screen, awaken toppings. When pizza moves off screen, sleep toppings