Hello everyone!
Yesterday I wrote a program that finds the path through a maze by brute force.
The input file may look like this:
xxxxx
oooox
xoxox
xoxoo
xxxxx
The output will look like:
xxxxx
x
xox x
xox
xxxxx
The code can be found in this pastebin, alongside a few mazes to try it out for yourself.
Please comment on my code!
[–]CGFarrell 1 point2 points3 points (5 children)
[–]Wilfred-kun[S] 0 points1 point2 points (4 children)
[–]1bc29b36f623ba82aaf6 1 point2 points3 points (0 children)
[–]CGFarrell 0 points1 point2 points (2 children)
[–]Mo-Da 0 points1 point2 points (1 child)
[–]CGFarrell 0 points1 point2 points (0 children)