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

https://github.com/aurasphere/maze-solver

Application for solving maze pictures
https://github.com/aurasphere/maze-solver

Last synced: 18 days ago
JSON representation

Application for solving maze pictures

Awesome Lists containing this project

README

          

[![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](https://www.paypal.com/donate/?cmd=_donations&business=8UK2BZP2K8NSS)

# Maze Solver
Application for solving maze pictures using the A* algorithm discussed [in this other project of mine](https://github.com/aurasphere/reply-challenge-2018).

It doesn't work for large pictures since it reads images pixel-by-pixel, without clustering.

For sample usage, check the jUnit. You can use [this website](https://keesiemeijer.github.io/maze-generator/#generate) to generate mazes. Remember to set the wall thickness to 1 and to match the maze color with `MazeSolver.wallColor`.

| Before | After |
| ------------- | ------------- |
| | |
| | |
| | |
| | |
| | |

Copyright (c) 2018 Donato Rimenti