Skip to content

alan2207/Towers-of-Hanoi-Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Towers of Hanoi

Visual representation of solving game named Towers of Hanoi.

More about Towers of Hanoi

Written using vanilla JavaScript and HTML's canvas.

The user can choose number of disks in range between 5 and 10, and then the program starts solving it recursively, until all disks are on the end peg.

Live Demo