Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 593 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 593 Bytes

Towers of Hanoi in ASCII project using Python.

  • Download this repository or clone it:
git clone https://github.com/maximedrn/towers-of-hanoi-ascii.git
  • It requires Python 3.7 or a newest version.
  • Install pip to be able to have needed Python modules.
  • Open a command prompt in repository folder and type:
pip install -r requirements.txt
  • Then type:
python main.py

Preview of the project:

Preview