Use turbo mode. Wait for the maze to generate, and then use the arrow keys to move the red dot. You might want to go into fullscreen mode! If you can solve this maze, you are probably the first to do so!
I used the recursive backtracking method described here: https://en.wikipedia.org/wiki/Maze_generation_algorithm#Recursive_backtracker Here's a much larger maze I made using the same algorithm: http://i.imgur.com/ziRiBbV.png