Very puzzle!
Hanoi towers, with graph representation, solvers, super Hanoi, etc... Still a work in progress.
Solve a Hanoi tower problem with any* number of pegs and discs, using breadth first search!
* as long as your computer can handle it...
- Be able to play the game in the CLI
- Graph representation
- Improved interface