/hanoi-towers

Towers of the Hanoi - browser game

Primary LanguageJavaScriptMIT LicenseMIT

Towers of Hanoi

This simple game goes from old phones with physical buttons.

The goal of the game is to rebuild tower on any of aside places.

Main rule is block can be placed only on free space or on another block with greater width.

Game has 7 diffuculty levels and score table.

Scores contains duration of the time player stend for rebuilding tower and amount of moves he did.

Requrements

This browser game has been written on native Javascript, so just open index.html in your favourite browser and you are ready to go!

Good luck!