This repository contains both recursive and iterative applications of the tower of hanoi algorithm visualized in pygame.
This program starts with an arbitrary number of disks (defined by the user) in destination 1 and will execute the algorithm until the disks are arranged according to the rules in destination 3.