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.
- 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
This project is licensed under MIT License.