Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 206 Bytes

README.md

File metadata and controls

12 lines (12 loc) · 206 Bytes

maze

BFS

python

m = maze(w, h)
m.generate()
m.solve()
m.makeFile()

javascript

take maze.json then draw with canvas