diff --git a/Program.cs b/Program.cs index 8eb7122..8e9c67f 100644 --- a/Program.cs +++ b/Program.cs @@ -1,4 +1,4 @@ -using IdaStar; +using IdaStar; string[] labyrinthIN = System.IO.File.ReadAllLines(@"./labyrinth.txt"); @@ -61,6 +61,7 @@ algoBoard.AlgorithmStep += (_) => { } Console.ResetColor(); Console.WriteLine(); + Thread.Sleep(200); }; algoBoard.RunIdaStar();