Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 409 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 409 Bytes

Maze Solver

maze_solved

This projects was done following the corresponding boot.dev project

Currently it uses DFS for both maze generation and solver.

My plans are to add an UI and allow to select the preferred algorithm (DFS or BFS), change cell size, change color palette and to be responsive to the monitor resolution.