Maze Solver To install dependencies: bun install In src/generator.ts edit WIDTH and HEIGHT to change the size of the maze. 1:1 aspect ratio is recommended. To run: bun run solve