A web-based interactive visualization of multiple pathfinding algorithms.
Explore the docs»
View Demo
·
Report Bug
·
Request Feature
A lightweight web application where you can see how multiple algorithms (A* amnd Dijkstra's so far) work in real time, on a rectangular grid.
You can draw and delete walls with your mouse, move the starting and ending points of the path and change the speed at which the algorithm is visualized!
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
- HTML5
- CSS3
- Javascript
Follow these steps to get your own local copy up and running.
- Clone the repo
git clone https://github.com/gerardoglzb/TypingRace.git- Open the index.html file with a web browser
open index.htmlIt's that simple!
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- 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.txt for more information.
Project Link: https://github.com/gerardoglzb/pathfinding-visualizer

