Let's you play a game of Towers of Hanoi. A Python 3 Terminal game that uses a Linked List to create Stacks to implement this game.
Summary
Goals
I wanted to reinforce what I've learned about Python Objects and Classes by implementing this game. Also wanted to focus on using Linked Lists implemented as Stacks.