

Random maze generator. So how is it working? My idea was to create only a vertical grid which is basically 8*8 "sticks" next to each other(as you see at the start of the program). Every few milliseconds a random "stick" rotates to one of these angles(0,90,180,270 - which is all of the 4 directions), and while that there are lots of AI "checkers" checking if there is way out of the maze, and if there is, the sticks will stops rotating and the maze will be done and ready to play!(final stage) What...



Tap to see all activity →
No reviews for AI maze creator + solver yet
Be the first to write one.