Пример #1
0
        public void SimulateTest()
        {
            OthelloBoard board = new OthelloBoard();

            board.SimulateUntilEnd();
        }