A tiny graphical implementation of hanoi towers on pygame!
- Prevent bad input: letters and numbers other than 1, 2, 3 in the cli version.
- Add a time-based score system with 5 top scores to solve the puzzle!
- Add a solver algorithm!
- Add score ranging by number of rings and time!
- Add exit from pygame on Escape key press
- Add win condition check to the pygame version
- Make number of blocks in the game variable.
- When playing with 9 or more blocks they are to thick to fit the tower. Also they are to narrow to be seen on the tower. Fix adaptivity.
- Add animations!