Skip to content

A Java Swing implementation of the classic Tower of Hanoi puzzle game with interactive graphical interfaces.

Notifications You must be signed in to change notification settings

rsakib15/Tower-Of-Hanoi-Game-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tower-Of-Hanoi-Game-java

Objective:

Objective of this game is to move all N number of disks from Pole A to Pole C and it takes 2^n-1 moves. You cannot move a larger disk onto a smaller disk.

See the Demo:

https://www.youtube.com/watch?v=wIbSw6uFmMg

About

A Java Swing implementation of the classic Tower of Hanoi puzzle game with interactive graphical interfaces.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages