Skip to content

Latest commit

 

History

History
 
 

Tower-of_Hanoi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Star Badge Open Source Love View My Profile

Tower of Hanoi

🛠️ Description

Tower of Hanoi game built with python

⚙️ Languages or Frameworks Used

The script was created with Python3 and the built-in functions in it

🌟 How to run

python3 hanoi.py 

Choose a column (1, 2, or 3) to pull the top number, then choose a column to move that number to. Numbers must always be less than the number beneath them.
Goal: move the full stack to another column.

1 |   |  
2 |   |  
3 |   |  

Column? 1
Move to? 2

  |   |  
2 |   |  
3 | 1 |  

🤖 Author

JaronWenger