Exemple #1
0
        private Tuple <int, int> _GetRandomPairOfEmptySpaces(List <Tuple <int, int> > symetricEmptySpaces)
        {
            var spaces = symetricEmptySpaces[_myDice.Next(symetricEmptySpaces.Count)];

            return(spaces);
        }