Skip to content

Latest commit

 

History

History
49 lines (26 loc) · 1.2 KB

README.md

File metadata and controls

49 lines (26 loc) · 1.2 KB

Setup

$ git clone https://github.com/FallenDeity/FloodFillMMS

And yep you are done with the setup.

Usage

Follow simulator installation instructions from here

Release link: here

Follow the instructions from here to use it with python.

Demo

Flood Fill

floodfill.mp4

A* Pathfinding

Manhattan

Unweighted

mms_eiorT4HqrT.mp4

Weighted

mms_Z9gctJcSXU.mp4

Centroid Heuristic

astar.mp4

Weighted Euclidean

mms_PgnMFSq0rF.mp4

DFS

mms_srrUCyiVNA.mp4

BFS

mms_RJAW9EFLgi.mp4