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