A maze gamme / solver.
-w <width>
-h <height>
-l <0-100> 0 = most walls, 100 = no walls
-a <0|1> 0 = DFS, 1 = Floodfill
- hold
spaceto run the solving algorithm - press
rto generate a map - use
upleftrightdownkeys to move around
You need CMake and a C++ compiler
make build
# and run
./build/maze -w 30 -h 30 -l 5