williamdyoon / maze-runner

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

Home Page:https://github.com/Yeti-Crabby/maze-runner

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://github.com/Yeti-Crabby/maze-runner


Languages

Language:JavaScript 84.5%Language:SCSS 12.3%Language:HTML 3.2%