Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 816 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 816 Bytes

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.