Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maze Solver #2

Open
betandr opened this issue Jun 24, 2021 · 0 comments
Open

Maze Solver #2

betandr opened this issue Jun 24, 2021 · 0 comments

Comments

@betandr
Copy link
Owner

betandr commented Jun 24, 2021

Implement solver using different algorithms. Maybe add a route boolean field on the Maze struct to hold the route and then render this as a path through the maze.

Something like goverlook -solve=algorithm where algorithm could be left-wall for left-wall hugger or something.

Then you could load a maze, solve it, then render it using:

cat maze.json | goverlook -solve=left-wall > maze.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant