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:
@@ -12,9 +12,6 @@
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<None Update="big-maze.txt">
|
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
||||||
</None>
|
|
||||||
<None Update="input.txt">
|
<None Update="input.txt">
|
||||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||||
</None>
|
</None>
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ try
|
|||||||
{
|
{
|
||||||
ConsoleExt.WriteLine("Console window size too small. Visualizing the maze may cause errors!", ConsoleColor.Red);
|
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.");
|
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);
|
List<DfsNode> solution = solver.Solve(startNode, maze, GraphicsMode.Colored);
|
||||||
|
|||||||
Reference in New Issue
Block a user