Skip to content

A pygame based implementation of the hanoi towers game and a solver algorithm

Notifications You must be signed in to change notification settings

vvihorev/hanoi_towers-pygame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hanoi_towers-pygame

A tiny graphical implementation of hanoi towers on pygame!

hanoi_towers

Modifications

  1. Prevent bad input: letters and numbers other than 1, 2, 3 in the cli version.
  2. Add a time-based score system with 5 top scores to solve the puzzle!
  3. Add a solver algorithm!
  4. Add score ranging by number of rings and time!
  5. Add exit from pygame on Escape key press
  6. Add win condition check to the pygame version
  7. Make number of blocks in the game variable.
  8. 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.
  9. Add animations!

About

A pygame based implementation of the hanoi towers game and a solver algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages