Show HN: The Hanoi Tree(avl-games.com) a strategy game that combines Tower of Hanoi moves with AVL tree logic |
Show HN: The Hanoi Tree(avl-games.com) a strategy game that combines Tower of Hanoi moves with AVL tree logic |
The game is completely free and playable directly in your brouser (No download required).
I hope it will be useful to students studying data structures and recursive functions.
To implement the game, I used Figma AI, primarily for the graphics.
My game adds a dynamic tree structure that auto-balances via AVL logic, so players have to plan not just moves but the structure itself. I wonder if that could be useful as a more flexible tool for studying planning and adaptability.
Not my field, but I'd be very curious to hear from anyone who might find it relevant!