mazes icon indicating copy to clipboard operation
mazes copied to clipboard

JavaScript Maze Generator

Results 2 mazes issues
Sort by recently updated
recently updated
newest added

I tried to replace `EVENT_CLICK` with `EVENT_MOUSE_OVER` but that event is never triggered. I replaced the events here: https://github.com/codebox/maze.js/blob/12c1949d5e082506495464219a0592e0a8e4fbbc/maze.js#L251 and here: https://github.com/codebox/mazes/blob/main/js/main.js#L155 I tried with `mousemove` too but that didn't...

This is a great tool and Thank you for making it. The only thing I find very cumbersome is clicking on many many cells to try and create a mask....