Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrebirth/hanoitower
First Step for a gui solver
https://github.com/jrebirth/hanoitower
Last synced: about 16 hours 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T22:06:40.000Z (about 6 years ago)
- Last Synced: 2024-11-10T22:37:33.536Z (about 2 months 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,WinExeUI test is disabled because it requires Monocle from OpenJFX