An open API service indexing awesome lists of open source software.

https://github.com/fallendeity/floodfillmms


https://github.com/fallendeity/floodfillmms

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# Setup

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

And yep you are done with the setup.

# Usage

Follow simulator installation instructions from [here](https://github.com/mackorone/mms)

Release link: [here](https://github.com/mackorone/mms/releases/tag/v1.1.0)

Follow the instructions from [here](https://github.com/mackorone/mms-python) to use it with python.

# Demo

## Flood Fill

https://github.com/FallenDeity/FloodFillMMS/assets/61227305/784d277b-250d-4973-8722-d6c7e42aa83f

## A* Pathfinding

### Manhattan

#### Unweighted

https://github.com/FallenDeity/FloodFillMMS/assets/61227305/6d71f050-81cb-4e62-a0c6-3e8e51298b6f

#### Weighted

https://github.com/FallenDeity/FloodFillMMS/assets/61227305/dc9cb7e7-0010-4d59-a209-9fb71b9f3fb5

### Centroid Heuristic

https://github.com/FallenDeity/FloodFillMMS/assets/61227305/46299b9b-0c4c-4e18-bbd7-82d62d23e697

### Weighted Euclidean

https://github.com/FallenDeity/FloodFillMMS/assets/61227305/61abf103-decd-40ca-8abe-406ecd8dfec0

## DFS

https://github.com/FallenDeity/FloodFillMMS/assets/61227305/efd6e324-8242-41c8-9b4c-23dc19a17d92

## BFS

https://github.com/FallenDeity/FloodFillMMS/assets/61227305/07efd591-6d32-48c9-9e9f-49423a857794