How to Play
Objective
Move all disks from the left peg to the right peg. In reverse levels, move disks from right to left.
Rules
- Only one disk can be moved at a time
- Each move takes the top disk from a peg
- A disk can only be placed on top of a larger disk (or on an empty peg)
- A disk cannot be placed on a smaller disk
Controls
- Click/tap a peg to select it (picks up top disk)
- Click/tap another peg to move the disk there
- Click the same peg again to deselect
Scoring
- 3 stars = optimal moves (2^n - 1)
- 2 stars = within 1.5x optimal
- 1 star = level completed
Features
- Hint: Shows the next optimal move
- Auto: Watch the recursive solution
- Undo: Reverse your moves