Esempio n. 1
0
 public void RestartGame()
 {
     Board.Restart();
     Board.InitNewOthelloGame();
 }
Esempio n. 2
0
 public void InitNewGame()
 {
     m_Board.InitNewOthelloGame();
 }