stoneskin

learning coding with Scratch , Python and Java

10.16 Stack: Build Tower of Hanoi Game

1 Build Tower of Hanoi Game

The Tower of Hanoi is a mathematical game or puzzle. It consists of three rods, and a number of disks of different sizes which can slide onto any rod. The puzzle starts with the disks in a neat stack in ascending order of size on one rod, the smallest at the top, thus making a conical shape.

tower of Hanoi

2 Step by steps of build Tower of Hanoi Game

ref