Tower of Hanoi is a mathematical game or puzzle. It consists of three rods and a stack of disks arranged from largest on the bottom to smallest on top. The goal of the game is to move the entire stack to another rod obeying 3 simple rules:
- Only one disk can be moved at a time
- Each move consists of moving the uppermost disk from one
- No disk may be placed on a smaller disk
The game was developed using Unity3D and C# language. The target platform was the web browser.
The game is currently being hosted on https://tower-of-hanoi.up.railway.app/
Unity version 2020.1.1f1 was used.
- The button icons were obtained from www.flaticon.com.
- The sound effects were obtained from www.zapsplat.com.
- Some assets (wood texture, and skybox) were downloaded from the Unity store.