Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 277 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 277 Bytes

TowerOfHanoi

A simulator of the Tower of Hanoi problem.

Requirements

This application requires the pip package Pillow, you can install it with the following command:

pip install Pillow

Usage

To run the simulator, simply run the tower_of_hanoi script.