You can play this game in your browser:
Hosted On GitHub Pages
Tower Of Hanoi is a puzzle game where you need to move all the disks in the left stack to the right stack. You can only move one disk at a time from one stack to another stack, and you may never place a disk on top of a smaller disk on the same stack.
Tower Of Hanoi
Minimum Moves: 15
Moves: 5
│ │ │
│ │ │
│ ███ │
█████████ █████ ███████
────┴──── ────┴──── ────┴────
^^^[1]^^^ [2] [3]
1
,2
,3
,4
,5
,6
,7
,8
: choose number of disks1
,2
,3
: select source and target stacksenter
: confirm promptsescape
: exit game