Tower of Hanoi
Rules:
- Only one block can be moved at a time.
- Every move involves taking the top block from any of the stacks and placing it on top of another stack.
- The goal is to move all of the blocks from the left box to the right box.
- However, you can never place a larger block on top of a smaller block.
Moves: 0
Game Wins: 0