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 stack2
to stack1
d
- move from stack1
to stack2
f
- move from stack1
to stack3
j
- move from stack3
to stack1
k
- move from stack3
to stack2
l
- move from stack2
to stack3
- Download or clone the repository and open a terminal in the repository root.
- Install Node.js (v18) and Yarn.
- Install node dependencies with
yarn
. - Start the server with
yarn start
. - Navigate to http://localhost:3000 in a web browser to view the site.