↖️ Projects

Tower of Hanoi (game)

Late updated: 2023-09-20

I wrote a Tower of Hanoi game for the browser when I was first learning to program.

Play it here.

The source code for the game is open source on my Sourcehut. It's fun to look back on something written just as I was learning to program, and I'm glad I've kept it around. Maybe one day I'll re-write it and see how my approach today compared to the one I took back then. My primary goal at the time was to create a JavaScript game without using jQuery or other frameworks I knew at the time like Angular and exercise what I had learned of "vanilla" JavaScript. Well there you go, I don't think I did too bad a job of it :-).