Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 325 Bytes

File metadata and controls

14 lines (10 loc) · 325 Bytes

Towers of Hanoï

Requirements

  • Pygame
  • Python 3.x

Description

A pygame based Towers of Hanoï game and solver. You can have up to 11 disks. A recursive algorithm is used to solve the game.

How to start

Open a command line interface or a PowerShell, type python3 main.py x where x is the number of disks.