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