Skip to content

mccwdev/towers-of-hanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Towers of Hanoi

Python implementation of the Towers of Hanoi puzzle. Type 'l' in the CLI to search for possible sollutions.

Usage example

lennart:~/code/towers-of-hanoi$ python3 hanoi.py 
Welcome to Towers of Hanoi Nerd Edition. Goal is to move all discs from tower A to C, 
without putting bigger discs on smaller discs.
Type for example 'ab' to move disc from tower A to B.
Or [l]azy, [r]estart, [q]uit.

A|9-8-7-6-5-4-3-2-1-
B|
C|
Instruction? 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages