Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.12 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.12 KB

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

  2. Dowload labyrinth.jar

Usage

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

$ java -jar labyrinth.jar

Building

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

Contributors

  • josugoar - Main contributor - GitHub