/TowerOfHanoi

A graphic representation of the puzzle of tower of hanoi

Primary LanguageJavaMIT LicenseMIT

TowerOfHanoi

Repo-size License

A graphic representation of the puzzle of tower of hanoi , using a Java swing component to draw the animation and a recursive method to solve the puzzle.

Features

  • This Java project is built using Eclipse IDE 2019-09
  • The hanoi class extends from JPanel, so you can have multiple animation in the same JFrame
  • Each animation has a maximum limit of 10 discs

Screenshot

TowerOfHanoi_02

TowerOfHanoi_03

TowerOfHanoi_01

License

This project is licensed under MIT License.