项目作者: alan2207

项目描述 :
Simulation of solving Towers of Hanoi.
高级语言: JavaScript
项目地址: git://github.com/alan2207/Towers-of-Hanoi-Solver.git
创建时间: 2017-04-18T21:22:47Z
项目社区:https://github.com/alan2207/Towers-of-Hanoi-Solver

开源协议:

下载


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