Live data from Hacker News

Show HN: Solve and generate mazes with JavaScript on HTML Canvas

github.com

31–33 of 33 posts

Re: Show HN: Solve and generate mazes with JavaScript on HTML Canvas

#31

https://bost.ocks.org/mike/algorithms/#maze-generation has some visualizations for various different maze generation algorithms.

Great link. Here's another good one. https://www.jamisbuck.org/mazes/

And here's another one. It introduces maze building ideas in a simple way.

http://www.jamisbuck.org/presentations/rubyconf2011/index.ht...

Re: Show HN: Solve and generate mazes with JavaScript on HTML Canvas

#32

This will be an interesting book to read... also showcasing multiple maze generation algorithms: https://pragprog.com/book/jbmaze/mazes-for-programmers

I love this book. It's on my retirement pile! (Hopefully mazes will still be relevant by then.)

Re: Show HN: Solve and generate mazes with JavaScript on HTML Canvas

#33
post #26

I'm surprised it doesn't allow you to "draw" on it to solve the maze. That seems like an essential (and easy to add) feature.

What sort of drawing are you thinking? Dragging the mouse around on the screen or navigating with the arrows?

Well I would pick drawing with a mouse, but arrow keys would work in a pinch.
Post reply on HN