Skip to content

A graphic representation of the puzzle of tower of hanoi

License

Notifications You must be signed in to change notification settings

Spartanx10000/TowerOfHanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages