issues
search
colliecoder
/
maze-winner
A maze solving application written in javascript. The challenge is to generate a maze and solve it using a variety of basic search algorithms.
MIT License
7
stars
6
forks
source link
Clean & fix maze_generator.js
#13
Closed
kejcao
closed
2 years ago
kejcao
commented
2 years ago
Makes indentation and spacing more consistent.
Revises the classes so they have a better interface.
Adds Depth-first maze generation algorithm, so Closes #8.