https://github.com/mattmoony/towers-of-hanoi
Visually solving the Towers of Hanoi.
https://github.com/mattmoony/towers-of-hanoi
algorithm algorithms canvas gui html5 javascript logic towers-of-hanoi towersofhanoi visual visualization web
Last synced: 5 months ago
JSON representation
Visually solving the Towers of Hanoi.
- Host: GitHub
- URL: https://github.com/mattmoony/towers-of-hanoi
- Owner: MattMoony
- Created: 2018-12-25T16:47:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-25T16:58:47.000Z (almost 7 years ago)
- Last Synced: 2025-01-19T10:31:08.515Z (11 months ago)
- Topics: algorithm, algorithms, canvas, gui, html5, javascript, logic, towers-of-hanoi, towersofhanoi, visual, visualization, web
- Language: HTML
- Homepage: https://mattmoony.github.io/towers-of-hanoi/
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Towers Of Hanoi
---------------
My current way to solve the
Towers of Hanoi.
I hope that, either my solution
was able to help you, or you're able
to improve my solution with brilliant
suggestions ;).
Coded in pure JavaScript, displayed on
an HTML5 canvas.