Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 575 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 575 Bytes

HanoiTower

HanoiTower is a basic UI used to demonstrate solver algorithm, maybe it will become a playable version

It uses JRebirth Application Framework as core engine.

Build it

Requires Git, Java 8 and Maven.

git clone https://github.com/JRebirth/HanoiTower.git
cd HanoiTower/org.jrebirth.demo.hanoi
mvn clean install -P AutoJar,WinExe

UI test is disabled because it requires Monocle from OpenJFX