Game constructor

Game()

Implementation

Game() {
  updater = GameLoop(this);
}