What started out as a simple experiment to make a grid (not the css grid but the graph-paper-esque visual element) using vue js, somehow escalated to me implementing some of the searching algorithms on said grid to pass the time.
npm install
npm run serve
npm run build
npm run lint
I'm sorry for the messy code. I'll clean it up as soon as I can ....
Q: Why so many functions?
A: I wanted to keep it fun.
Q: Can you add a feature to make it even more fun?
A: Not really sure about that
Q: Can I add a feature to make it more fun?
A: PRs are welcome anytime,
Q: Do you like me?
A: No, but I like your question
Q: Can I use it in production?
A: Technically, You can, but in the same way you can use ice-cream cones for football practice (Spoiler alert: It's futile)
Im thinking of adding a very very stoopid neural network implementation to test it against the search algorithms.