https://github.com/fallendeity/floodfillmms
https://github.com/fallendeity/floodfillmms
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fallendeity/floodfillmms
- Owner: FallenDeity
- Created: 2023-05-12T11:11:48.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-25T08:04:59.000Z (almost 2 years ago)
- Last Synced: 2025-02-04T03:47:14.240Z (over 1 year ago)
- Language: Python
- Size: 18.4 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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