public function newGameAction()
 {
     $this->battlefieldCreator->create();
     return $this->render($this->formatter->format());
 }