Hey everyone,<p>I've been following along, inspired by all the cool projects I've seen on HN. I decided to roll up my sleeves and code something myself – a maze generator! It's a fun little tool that lets you create, navigate, and download mazes of all shapes and sizes.<p>I've thrown in some options for customizing the maze, like wall thickness and color schemes. Plus, there's an A* search algorithm for finding the quickest way out of the maze.<p>Now that I've got it up and running, I'm looking for some honest feedback. What do you think? What would you change? How can I make it even better?<p>If you've got a minute, check it out and let me know your thoughts: AI Maze Generator<p>Thanks for taking a look, and I'm all ears for your suggestions!
> <i>5. Is maze free to use?</i><p>> <i>- Based on the provided information, it seems that the website allows users to create and download random maze puzzles for free. However, it's always a good idea to check the site's terms of use or FAQ section for the most accurate information.</i><p>It would be nice to clarify that.<p>For a maze with a lot of walls like the ones you make, I thought that a simplified version of Dijkstra is better than A*. Have you tested both in big mazes?