The fastest maze generator on the web

Have you ever been in a situation where you need a maze in the next few milliseconds? You have come to the right place!

This maze generator is written in rust and compiled to WebAssembly. Feel free to try it out below. I think this might be the fastest maze generator on the web?

You can copy and paste the mazes as text.










The generated mazes are “perfect” mazes, where every part is connected. There are no loops. It uses a growing tree algorithm.

The output is done using UTF-8 block chars. The code lives here: https://github.com/tfeldmann/maze

It also comes with a command line application if you’re interested.

Have a great day!