This is a maze maker I made that you can use to customize your own maze. ================Instructions================= Use the "size" slider to change the size of each tile in the maze. Size 12 is the hardest and size 40 is the easiest. The "straightness" slider controls how straight the corridors in the maze will be. If the "black/gray" slider is 0, the pen will be black, and if it's 1, the pen will be gray. The maze will not go anywhere that is gray, but it will go on black. If the "line" slider is 0, you draw normally, but if it's 1, you draw in lines. In line mode, you click where you want your first point to be, and click again where you want your second point to be. The "pen diameter" slider does what you think it does. Use the arrow keys to control where on the screen the X will be, and when your ready, click create maze.
===================Credits=================== @griffpatch for the maze generator tutorial and code. I modified the code a bit to fix a bug. The rest was by me.