A maze solver written in C.
- Only PNG files
- Mazes should be square
- Walls should be black
rgb(0, 0, 0)
and path whiterg(255, 255, 255)
- Walls and path should be
1px
width - The starting point must be at
(x: 0, y: 1)
- The ending point should be at
(x: width, y: height - 1)
- Build executable
- Make a folder named
mazes
and place your mazes there - Make a folder named
sols
. The script place the solutions here - Run the program
./maze_solver maze1.png
You can use this website to generate mazes