Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 1.04 KB

File metadata and controls

17 lines (10 loc) · 1.04 KB

Grassfire Algorithm Simulator

This repository holds a grassfire simlulation tool made in Python using Tkinter. The grassfire algorithm is an uninformed, breadth-first search algorithm that finds a shortest path between a start and end position.

Legend

  • image Start Position
  • image End Position
  • image Path
  • image Obstacle

Demo Videos

demo1.mp4
demo2.mp4