public function start()
 {
     $this->game->setUserInput($this->getUserInput());
     $this->game->play();
     echo $this->view->render($this->game->getOutputData());
 }