Skip to content

Pathfinder visualizer using principles from Djikstra’s algorithm and breadth first search

Notifications You must be signed in to change notification settings

Yeti-Crabby/maze-runner

Repository files navigation

MAZE Runner

Mazerunner - Animated gif demo

Overview

  • Mazerunner is a pathfinder visualizer using principles from Dijkstra’s algorithm and breadth first search

How to play

  • Please zoom in 150% for optimal experience
  • Add start and end points to the grid
  • Draw walls between start and end points
  • Click RUN ALGORITHM to find shortest path between start and end points
  • Click Clear Board to reset the board
  • Have fun!

Built with

Try MazeRunner locally!

  • Clone the project
  • Go to project directory
  • Install dependencies
npm install
  • Start Server
npm run start