Skip to content
This repository was archived by the owner on May 13, 2023. It is now read-only.
/ twrfhn Public archive

This is a visualization of the classic game Tower of Hanoi.

License

Notifications You must be signed in to change notification settings

locxter/twrfhn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twrfhn

Overview

This project is DEPRECATED, therefore might not be on par with my current coding standards and will not receive any updates now or in the future. Please use my next generation rewrite (twrfhn-ng) instead.

Overview image

This 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 developing Java programs. Install it with sdk install java.
  • Maven for building the whole thing. Install it with sdk install maven.

How to use it

Build the JAR via mvn clean compile assembly:single and then run it via java -jar target/twrfhn-1.0-jar-with-dependencies.jar.

About

This is a visualization of the classic game Tower of Hanoi.

Topics

Resources

License

Stars

Watchers

Forks

Languages