Exemplo n.º 1
0
        public ConnectGame()
        {
            TheBoard = new Board();

            TheBoard.Initialise();
            currentState = GameStates.StartGame;
        }
Exemplo n.º 2
0
 private void Restart()
 {
     TheBoard.Initialise();
 }