Scattered Hanoi has been published online: https://jessjiayi.github.io/hanoi/
Game pitch: Scattered Hanoi is a game developed based on the classic game Tower of Hanoi, you will get a bunch of disks scattered around in an irregular pattern here. All you need to do is put the scattered disks in order on the rightmost stack. You will be rewarded with an extra disk each time you complete, try to collect the disks as much as possible!
Objective: The object of Scattered Hanoi is to put all the disks on the rightmost stack, players need to move the disks to the rightmost stack by constantly moving and obeying the rule that the big disk cannot be on the small plate. Each time player clears a level, a disk will be added, and the current limit of the game is ten.
Game Flow:
Features: What makes this game different from the traditional Tower of Hanoi is that I chose to generate randomly instead of the disks appearing in order on the left. Let the player play differently every time, even if the player has played ten disks which is the last level, the player still can continue to play the same difficult but different level.
User Interface:
The main page is also first level of the game, I put an arrow on the rightmost stack to remind the player.
After the first level is cleared, the allow will disappear.
When the player passes the first level to the seventh lever (3 disks to 9 disks).
When the player passes the eighth level or continues to play after completing the level.
- Github: @jiayz1997
Give a ⭐️ if this project helped you!