Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 383 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 383 Bytes

Towers of Hanoi

This is a simple Towers of Hanoi game made with jQuery, HTML, and CSS. The game initializes with four paddles on the left tower. The idea is to move each paddle, one by one, and get all of the paddles to the right tower. Read more about the game here: https://en.wikipedia.org/wiki/Tower_of_Hanoi

Todo's

-Let the user choose the number of paddles to play with