Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 680 Bytes

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