diff --git a/Program.cs b/Program.cs index c6586bc..64930b9 100644 --- a/Program.cs +++ b/Program.cs @@ -20,7 +20,7 @@ try Console.Clear(); } - List solution = solver.Solve(startNode, maze, GraphicsMode.None); + List solution = solver.Solve(startNode, maze, GraphicsMode.Colored); printer.PrintColored(maze, solution, redrawAll: true);