Tracking since Sep 26 — growth appears once we have a second daily reading.
Update history
1.2Aug 20, 2026 · seen Sep 26, 2026
optimize
Only the current version so far — new entries appear as the game ships updates.
a "Tower of Hanoi" challenge game. Portrait mode. Display 3 pillars, initially pillar A has 3 discs (of different sizes). The player clicks on a pillar to select "Remove" the top disc, then clicks on another pillar to "Place". Rule: Larger discs cannot overlap smaller discs. The goal is to move all discs from A to C. Each completed round increases the score by 1 and the number of discs increases (4, 5, etc.). If a move violates the rules, the game ends (or the current round is reset). Display the current score and the number of moves used (the game will also end if a certain percentage of the theoretical minimum number of moves is exceeded).