By Fangsheng Xu and Seungjae (Brian) Moon
Brian's LinkedIn Page: https://www.linkedin.com/in/sjaemoon/
- Generate new maze: just don't chose "do not delete any edges" since it give you impossible maze to solve
- Hit "find shortest path"
- If there is a possible path -> our bot finds it; If no path -> generate a new maze again -> step 1
ps: you can try out different "base maze shape"
This is a student project from https://courses.cs.washington.edu/courses/cse373/
Project implemented and tested on IntelliJ IDE