Skip to content

ahanden/hanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

hanoi

This is an HTML implementation of the Towers of Hanoi. It makes use of JQuery and JQuery UI mostly. One can add any number of disks for the three towers, and there is a button that solves the game as well.

The solver does not actually use a recursive or dynamic programming method, but rather an iterative one. Of course, this isn't visible to users - just to those who read the source code.

About

An HTML implementation of the towers of hanoi.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published