Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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