Game Load + Unload

Transition to your Game

LoL will show its own splash screen while your game is loading. Once your game loads it must call the Init function so LoL knows it can remove the splash screen and show your game.
Warning: If your game does not send an initial progress message then the game will never be seen. And it would have been epic!

Transition from your Game

When the student completes game play, call the Complete function to notify LoL so it can transition the student to a review of your game and then on to the next game.
Warning: If your game does not send a CompleteGame message then the student will not be able to proceed.