Exemple #1
0
 /**
  * Start the game
  */
 protected function start()
 {
     //init board
     $this->board = new Model\Board();
     $this->board->init();
 }