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

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

A Maze solver written in Kotlin using Dijkstra and A* search algorithms to find the shortest path in a xy coordinate system.
https://github.com/btipling/maze-solver

Last synced: about 1 year ago
JSON representation

A Maze solver written in Kotlin using Dijkstra and A* search algorithms to find the shortest path in a xy coordinate system.

Awesome Lists containing this project

README

          

#Maze Solver

A fully functional app to demonstrate path finding, written in Kotlin. You can pick between Dijkstra and A*, draw
walls and try to see how it will find the best path.

![2015-08-28 at 8 59 pm 1](https://cloud.githubusercontent.com/assets/249641/9560425/4c683974-4dc8-11e5-9ab9-302f78257694.png)
![2015-08-28 at 8 59 pm](https://cloud.githubusercontent.com/assets/249641/9560427/4c6a043e-4dc8-11e5-82c4-4a70269804da.png)
![2015-08-28 at 8 57 pm](https://cloud.githubusercontent.com/assets/249641/9560429/4c6a4764-4dc8-11e5-9186-e04b736f8204.png)
![2015-08-28 at 8 56 pm](https://cloud.githubusercontent.com/assets/249641/9560426/4c699116-4dc8-11e5-998c-e56aa4b1fb6d.png)
![2015-08-28 at 8 55 pm 1](https://cloud.githubusercontent.com/assets/249641/9560424/4c673b5a-4dc8-11e5-8859-9d68ac891aaf.png)
![2015-08-28 at 8 55 pm](https://cloud.githubusercontent.com/assets/249641/9560428/4c6a52fe-4dc8-11e5-8d57-2b3365192def.png)