Skip to content

clonedcherry/tower-of-hanoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tower of Hanoi puzzle game

  • This is a small project I did to learn more about the Rust language and to get started with the gaphics library piston
  • It is licensed under the MIT license

Current functionality

  • A simple graphical representation of the state of the puzzle
  • Allowing the user to move pieces by clicking them
  • Preventing illegal moves
  • Closing upon completetion of the puzzle

Shortcomings (list nonexhaustive)

  • No tutorial or explanation of rules
  • Current indication of puzzle completion may cause confusion

Releases

You can find the newest release at the release page