Skip to content

A web app to visualize different pathfinding and maze generation algorithms

License

Notifications You must be signed in to change notification settings

IsmailElShinnawy/Pathfinding-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinding And Maze Generation Visiualizer

A web app to visiualize different pathfinding and maze generation algorithms. The app is inspired from Clément Mihailescu project.

You can access the app here! https://ismailelshinnawy.github.io/Pathfinding-Visualizer.

or you can follow the steps bellow to run it locally.

How to run the app locally

  1. The app is build with NodeJS which you can install the Long Term Support (LST) version from https://nodejs.org/.

  2. run the command

     node -v
    

    to check that Node is installed successfully on your device.

  3. Clone the repositery or download the code.

     git clone https://github.com/IsmailElShinnawy/Pathfinding-Visualizer.git
    
  4. Navigate to the directory containing the code in a terminal and run this command:

     npm install
    

    to install the project dependencies.

  5. Then run this command:

     npm start
    

    which will start the app locally. Open http://localhost:3000 in your browser to view it.

I hope you enjoy it!

About

A web app to visualize different pathfinding and maze generation algorithms

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published