Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mielek/maze-solver
The maze solver is a demonstration application which solves maze (labyrinth).
https://github.com/mielek/maze-solver
demo-app java maze solver
Last synced: 14 days ago
JSON representation
The maze solver is a demonstration application which solves maze (labyrinth).
- Host: GitHub
- URL: https://github.com/mielek/maze-solver
- Owner: Mielek
- Created: 2018-03-12T17:13:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T10:34:35.000Z (over 6 years ago)
- Last Synced: 2024-11-05T23:43:51.092Z (2 months ago)
- Topics: demo-app, java, maze, solver
- Language: Java
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Maze solver project
The maze solver is a demonstration application which solves maze(labyrinth).
It now contains 3 solving algorithms which shows different approaches to the problem.## User Guide
### Installation & Compilation
Installation require:
- Java 8+
- JAVA_PATH set to jdk location
- Maven 3+
- PATH need to contain maven locationInstallation steps:
```
git clone https://github.com/Mielek/maze-solver.git
cd maze-solver
mvn clean compile
```### Usage
```
mvn test
```## Credits
Created by Rafal Mielowski.