The Tower of Hanoi can be solved using these instructions: A - move the smallest right B - move the second-smallest left C - move the third smallest right D - move the fourth smallest left E - move the second largest right F - move the largest left If a piece can't move further left/right then it goes to the opposite side of the screen. The order of these instructions can be found in the melody of the ABACABA outro song, so I synced them.