Skip to content

nickon437/pathalgo

Repository files navigation

Pathalgo - Path finding algorithm visualizer

🌐 nickon437.github.io/pathalgo

screenshot

Features

  • Finding shortest path from starting point to target
  • Building/removing wall as obstacle
  • Creating maze
  • Moving starting point and target
  • Re-calculating shortest path as board changes
  • Using arrow keys to manually navigate through the board
  • Creating board based on initial window's size

Path-finding Algorithm

  • Breath-first search
  • Depth-first search

Maze Gneration Algorithm

  • Random
  • Recursive division
  • Depth-first search
  • Hunt and kill

Commands

  • npm i to setup the app and install dependencies
  • npm run dev to run code
  • npm run build to build a production version

About

🎯 Path-finding visualizer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published