Towers of Hanoi Python Animation

by Ojuolape J

Description

I've created a program that animates the Tower of Hanoi puzzle. It prompts the user to select the number of disks they would like to see animated. The program uses recursion to determine the number and sequence of moves needed for each solution.