Have you ever tried to solve the Tower of Hanoi problem?
If you're not sure what it is, here is the description:
The Tower of Hanoi puzzle was invented by the French mathematician Edouard Lucas in 1883. He was inspired by a legend that tells of a Hindu temple where the puzzle was presented to young priests. At the beginning of time, the priests were given three poles and a stack of 64 gold disks, each disk a little smaller than the one beneath it. Their assignment was to transfer all 64 disks from one of the three poles to another, with a couple of important constraints. They could only move one disk at a time, only the "top" disk could be moved, and they could never place a larger disk on top of a smaller one. The priests worked very efficiently, day and night, moving one disk every second. When they finished their work, the legend said, the temple would crumble into dust and the world would vanish.
Your goal is to move all of the disks from the left tower to the right one in the fewest possible moves.
Some of the commands you may find useful: “Alexa, ask Tower of Hanoi for the full list of options.” “Alexa, ask Tower of Hanoi to tell give me game instructions.” “Alexa, ask Tower of Hanoi to tell me the history of the puzzle.”
To move the disks use commands like: “move the disk from the left tower to the right tower” or “move to middle from right”