Tap a tower to pick up the top disk
π How to play Tower of Hanoi
- You start with all the disks stacked on the left tower, from biggest (bottom) to smallest (top).
- The goal is to move the whole stack to the right tower.
- Rules: move only one disk at a time (the topmost one from a tower) and you can never place a bigger disk on a smaller one.
- To move: tap the source tower (pick up the top disk) and then tap the destination tower.
- Try to solve it in the fewest moves possible (2βΏβ1).
π‘ Tip: to move N disks, first move the top Nβ1 to the auxiliary tower. It's a pattern that repeats.
π Want to master it? Read the full guide: How to solve Tower of Hanoi: method and minimum moves.