mirror of
https://github.com/Stone-Red-Code/Maze.git
synced 2026-09-04 09:06:14 +02:00
Small fixes
This commit is contained in:
@@ -17,6 +17,7 @@ try
|
||||
{
|
||||
ConsoleExt.WriteLine("Console window size too small. Visualizing the maze may cause errors!", ConsoleColor.Red);
|
||||
ConsoleExt.Pause(true, "Press ENTER to continue or CTRL+C to exit the program.");
|
||||
Console.Clear();
|
||||
}
|
||||
|
||||
List<DfsNode> solution = solver.Solve(startNode, maze, GraphicsMode.Colored);
|
||||
|
||||
Reference in New Issue
Block a user