Review Game Procedure - HealthStart-Monstralia/Monstralia GitHub Wiki

Review System still a work in progress as of 1/17/18, expect major changes

Functionality

A review game will test the player's prior knowledge for certain games. It contains general features such as:

  1. Back button
  2. Transparent dark background
    • To give an easier indication that the player is playing a review game and not another game.
  3. Slightly smaller scale

Components

WIP

Process

  1. Create an empty GameObject
  2. Create a Canvas inside
  3. Create a manager script that handles the review game, place it anywhere that gives the most accessibility.
  4. Develop the review, ensure adequate feedback is given to avoid confusion
  5. When review ends, notify the review manager using ReviewManager.GetInstance().EndReview( int delayTime )
    • ReviewManager will use a coroutine to wait delayTime secs before destroying the review game and call the event OnFinishReview()