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

https://github.com/josugoar/labyrinth

Maze editor, generator and solver
https://github.com/josugoar/labyrinth

algorithms data-structures

Last synced: 10 months ago
JSON representation

Maze editor, generator and solver

Awesome Lists containing this project

README

          

# labyrinth


labyrinth


labyrinth
labyrinth

Java (Swing, AWT) interactive and responsive Graphical User Interface (GUI) maze editor, generator and solver desktop application, implementing custom pathfinder and generator self-made generic algorithmic listener structure.


labyrinth

## Installation

1. Install [Red Hat Open JDK](https://developers.redhat.com/products/openjdk/download?sc_cid=701f2000000RWTnAAO)

2. Dowload **labyrinth.jar**

## Usage

Run **labyrinth.jar** from terminal execute it from the file explorer

```sh
$ java -jar labyrinth.jar
```

## Building

```sh
$ javac -d bin/ $(find -name "*.java")
$ jar --create --file labyrinth.jar --manifest META-INF/MANIFEST.mf -C bin/ .
```