A highly customizable online version of Towers of Hanoi, where the controls are optimized for speed. Featuring a precise timer, high score tracker, and blindfold mode.
Play here: https://towers.doteye.online
See it in action: https://youtu.be/3em6gaMaQ54
Discord server: https://discord.gg/tykwEuuYCt
Most digital Towers of Hanoi games require you to drag and drop disks with either a mouse or a touchscreen. These controls are intuitive, but slow. This often leads to the player thinking of the moves faster than they can perform them.
To overcome this bottleneck, Towers of Hanoi - Speedrun Edition uses keyboard controls that can be performed at incredibly fast speeds.
There are two ways to control the game:
Use the number keys to pickup/place disks at the corresponding stack number.
For example, to pick up a disk from the first stack and place it on the third stack, press 1 and then 3.
Press the following keys to instantly perform the move. The mapping can be changed in the settings.
s- move from stack2to stack1d- move from stack1to stack2f- move from stack1to stack3j- move from stack3to stack1k- move from stack3to stack2l- move from stack2to stack3
- Download or clone the repository and open a terminal in the repository root.
- Install Node.js (v24) and pnpm.
- Install node dependencies with
pnpm install. - Start the dev server with
pnpm dev. - Navigate to http://localhost:5173 in a web browser to view the site.
