Beispiel #1
0
        public void ReCalculateNeighborsAndPaths()
        {
            EmptyCellsAsPlayer.CalculateNeighbors();
            MainPlayer.CalculateNeighbors();
            RobotPlayer.CalculateNeighbors();

            MainPlayer.CalculateAvailablePaths();
            RobotPlayer.CalculateAvailablePaths();
        }