Skip to content

frodal/path-finding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Path finding

GitHub GitHub top language GitHub code size in bytes

Find the shortest path from A to B with this path finder in your browser. Try it out here.

path-finding gif

Getting Started

To get a local copy up and running follow these simple steps.

  1. Clone the project or download from Github (git clone --recursive https://github.com/frodal/path-finding.git)
  2. Install Visual Studio Code
  3. Install the Live Server extension
  4. Open ./src/html/index.html with the Live Server in VS Code.

Contributing

To contribute:

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Bjørn Håkon Frodal - @frodal - [email protected]

Project Link: https://github.com/frodal/path-finding