hanoi.mp4
This is an interactive Tower of Hanoi game implemented in Python using the Pyxel game engine.
You can play this on a web browser: https://leaf2326.github.io/HanoiGame/
- Left Click on a disk to drag and drop
- Reset button: restart the game
- Auto button: watch the puzzle solve itself
- + / - buttons: change the number of disks
- Python 3.7+
- Pyxel
Install Pyxel with:
pip install pyxelpython main.py