Skip to content

aryabharat/VisualizerForShortestPath

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Visualizer for safe path

This project is a fire exit simulator based on shortest path finding in a 2D grid. It aims to simulate the evacuation process during a fire emergency and find the shortest path for individuals to reach the nearest fire exit. Path visualizer simulator for a fire exit plan inspired by PathFinding.js library for sortest path alog's. Currently using A* algo for sortest path.

Table of Contents

Demo

  • Checkout live demo

Todo

  • Multiple people and exist
  • insted of shortest make it safeest using hurestic values.
  • rethink in terms of 3D.