Tower-of-Hanoi game made with Ebitengine.
$ go run main.go
https://hamao0820.github.io/hanoi
- You can move only one disk at a time.
- You can move a disk only if it is the uppermost disk on a tower.
- You can move a disk only to another tower.
- You cannot place a larger disk on top of a smaller disk.
- You win the game by moving all disks from the first tower to the third tower.
- Click a tower to select it.
- Click another tower to move the selected disk to it.
- Click the selected tower again to unselect it.