Skip to content

gerardoglzb/pathfinding-visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Pathfinding Visualizer

A web-based interactive visualization of multiple pathfinding algorithms.
Explore the docs»

View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Product Name Screen Shot

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!

Built With

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

Getting Started

Follow these steps to get your own local copy up and running.

Installation

  1. Clone the repo
git clone https://github.com/gerardoglzb/TypingRace.git
  1. Open the index.html file with a web browser
open index.html

It's that simple!

Product Name Screen Shot

Contributing

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.

  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.txt for more information.

Contact

Project Link: https://github.com/gerardoglzb/pathfinding-visualizer

About

A* pathfinding algorithm visualizer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published