예제 #1
0
파일: Game.php 프로젝트: TomAtom/gameoflife
 public function fetchGameStateInOutput()
 {
     $this->renderer->renderCells($this->desk->getDeskWithCells());
 }