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

https://github.com/rodneyshag/mazesearch

An optimal maze solver... Pacman style.
https://github.com/rodneyshag/mazesearch

a-star heuristics maze-algorithms

Last synced: 6 months ago
JSON representation

An optimal maze solver... Pacman style.

Awesome Lists containing this project

README

          

# MazeSearch
An optimal maze solver... Pacman style.

Goal #1: Find the optimal path through a maze while avoiding the deadly ghost

![][bigGhost]

Goal #2: Find the optimal path to eat all the food

![][tinySearch]

Goal #3: Find a suboptimal path to eat all the food in a larger maze

![][bigDots]

[bigGhost]: https://github.com/rshaghoulian/MazeSearch/blob/master/animations/bigGhost.gif
[tinySearch]: https://github.com/rshaghoulian/MazeSearch/blob/master/animations/tinySearch.gif
[bigDots]: https://github.com/rshaghoulian/MazeSearch/blob/master/animations/bigDots.gif