Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/coffee-cup/mazesolver
simple GUI maze solver that uses the A* algorithm
https://github.com/coffee-cup/mazesolver
Last synced: about 2 months ago
JSON representation
simple GUI maze solver that uses the A* algorithm
- Host: GitHub
- URL: https://github.com/coffee-cup/mazesolver
- Owner: coffee-cup
- Created: 2014-02-06T23:11:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-11-17T06:22:12.000Z (about 9 years ago)
- Last Synced: 2024-04-09T11:26:05.102Z (9 months ago)
- Language: Java
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Maze Solver
simple maze solver using A* algorithm.
Created with Java Swing.
![solver](https://raw.githubusercontent.com/coffee-cup/MazeSolver/master/ScreenShotMaze.png)