Douile / tower-of-hanoi

A simple html5 canvas js tower of hanoi game

Home Page:https://douile.github.io/tower-of-hanoi/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Towers of Hanoi

A simple html5 canvas+js towers of hanoi game.

Play on github pages

Notes

  • Auto play will freeze for large amount of rings due to nature of current algorithm
  • Cannot continue playing auto play after pausing
  • Unable to change tower count right now
  • Will not work on IE11

Things I hope to add soon

  • Better auto algorithm
  • Change tower count
  • Move counter / Min possible moves

Credits

Written 100% by me see license

Javascript minified using Babel

All icons (overlay) from Feather icons

About

A simple html5 canvas js tower of hanoi game

https://douile.github.io/tower-of-hanoi/

License:MIT License


Languages

Language:JavaScript 73.5%Language:HTML 26.5%