Find the shortest path from A to B with this path finder in your browser. Try it out here.
To get a local copy up and running follow these simple steps.
- Clone the project or download from Github (
git clone --recursive https://github.com/frodal/path-finding.git
) - Install Visual Studio Code
- Install the Live Server extension
- Open
./src/html/index.html
with the Live Server in VS Code.
To contribute:
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License.
See LICENSE
for more information.
Bjørn Håkon Frodal - @frodal - [email protected]
Project Link: https://github.com/frodal/path-finding