Skip to content

VivekRamchandani/Tower-Of-Hanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Game: Tower of Hanoi

The goal of this game is to move all the blocks from Tower 1 to Tower 3.
But you cannot place larger block onto smaller block.

Minimum Moves Required

Minimum moves required to complete the game is: $$ 2n -1 $$ where, $n$ is number of blocks in Tower 1, at the beginning of the game.

Screenshots

Light Mode Dark Mode Settings Screen




Note: This is an old project uploaded directly on GitHub

About

Tower Of Hanoi game using pygame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages