Skip to content

This is the next generation rewrite of twrfhn, which is a visualization of the classic game Tower of Hanoi.

License

Notifications You must be signed in to change notification settings

locxter/twrfhn-ng

Repository files navigation

twrfhn-ng

Overview

Overview image

This is the next generation rewrite of twrfhn, which is a visualization of the classic game Tower of Hanoi using an iterative algorithm to calculate the fastest way of solving it.

Dependencies

I generally try to minimize dependencies, but I'm a one man crew and can therefore only support Debian-based Linux distributions as I'm running one myself. Anyway, you need to have the following packages installed for everything to work properly:

  • SDKMAN! for managing all the JVM dependencies. Install it via the installation guide.
  • JDK for running the bytecode. Install it with sdk install java.
  • Kotlin for developing the program. Install it with sdk install kotlin.
  • Gradle for building the whole thing. Install it with sdk install gradle.

How to use it

Build the JAR via gladle clean standalone and then run it via java -jar build/libs/twrfhn-ng-1.0-standalone.jar.

About

This is the next generation rewrite of twrfhn, which is a visualization of the classic game Tower of Hanoi.

Resources

License

Stars

Watchers

Forks

Languages