Esempio n. 1
0
        public void Placing_to_the_right_of_board_is_stupid()
        {
            var game = new TicTacToeGame();

            game.Place(Player.Tic, 3, 0);
        }