Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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).

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 location

Installation steps:
```
git clone https://github.com/Mielek/maze-solver.git
cd maze-solver
mvn clean compile
```

### Usage

```
mvn test
```

## Credits

Created by Rafal Mielowski.