https://github.com/jrebirth/hanoitower
First Step for a gui solver
https://github.com/jrebirth/hanoitower
Last synced: over 1 year ago
JSON representation
First Step for a gui solver
- Host: GitHub
- URL: https://github.com/jrebirth/hanoitower
- Owner: JRebirth
- License: apache-2.0
- Created: 2018-12-18T19:58:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T22:06:40.000Z (over 7 years ago)
- Last Synced: 2025-01-08T10:46:12.729Z (over 1 year ago)
- Language: Java
- Size: 31.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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](http://git-scm.com/), [Java 8](http://www.oracle.com/technetwork/java/javase/downloads/index.html) and [Maven](http://maven.apache.org/).
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