Back to browse
TapToyPia

TapToyPia

by memalign·May 24, 2026·19 points·9 comments

AI Analysis

●●SolidCozyCrowd PleaserShip It

Seamless 2D-to-world zoom in a browser incremental game is technically slick.

Strengths
  • Procedural terrain generation creates unique maps for every playthrough session.
  • Seamless camera zoom transition between tactical grid and global view works well.
  • Captures the 'zen' loop of Pokéopia without the mobile gacha mechanics.
Weaknesses
  • Lacks the social interaction and trading loops that define the Pokéopia experience.
  • Browser-based incremental games have high churn; needs long-term progression hooks.
Category
Target Audience

Casual gamers, incremental game fans, Pokéopia players

Similar To

Pokéopia · Universal Paperclips · Townscaper

Post Description

My wife started playing Pokopia and told me it's the best game she's ever played. I watched her play for 10 minutes and thought that a simple demake inspired by Pokopia could be satisfying to play. TapToyPia is the result, playable in your web browser.

In TapToyPia, you are an explorer sent on a one-way mission to a new planet. Your mission: build a settlement that can serve as a new home for humanity. While you explore, you discover flora and fauna to help you.

The game mechanic is inspired by clicker games and maybe also Minesweeper though that wasn't a conscious influence.

I tried to build a game that captures the zen of Pokopia's world rehabilitation and the building-up-to-greater-complexity of clicker games (such as my favorite, Universal Paperclips).

As usual for projects aided by generative AI, I found myself building something more ambitious. The biggest example in this project is that you can zoom out from the 2D map to seamlessly transition to an interactive view of the 3D planet. Without genAI, I wouldn't have the time to figure out how to build this myself for a side project like this.

Like my projects without generative AI assistance, I found unit test coverage to be key to moving quickly and trusting that changes were safe. I made sure tests could be run both in the browser and with node at the command-line. The AI tools can run tests with node, which makes for very effective and fast iteration.

More development details here:

https://memalign.github.io/p/taptoypia.html

Similar Projects