β Problem Statement
Currently the tower of hanoi project only shows the automatic solution and does not allow users to interact with the puzzle manually
π Proposed Enhancement
Add an interactive gameplay mode where users can solve puzzle themselves
π οΈ Suggested Implementation
- Add user interaction for moving disks
- Validate moves according to Tower of Hanoi rules]
- Keeping the existing auto solver feature
β Problem Statement
Currently the tower of hanoi project only shows the automatic solution and does not allow users to interact with the puzzle manually
π Proposed Enhancement
Add an interactive gameplay mode where users can solve puzzle themselves
π οΈ Suggested Implementation