Skip to content

josugoar/labyrinth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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