This project allows you to design a maze which will then be solved. The light gray is the path and dark gray is the walls. You can click (and hold) to make a path, and to turn any path tiles back into walls you just need to hold the up arrow while you click them. To solve the maze press space. If you want to make a new maze, just restart the project.
To make this project I tried using @Ilikelegos maze solving technique from but it crazed my computer multiple times so instead I used @Isak's solving technique. This method essentially stays on one of the walls to make it to the exit. My dad inspired me to do this for fun and I enjoyed creating it.