Play GridPonder

Play all puzzle packs directly in your browser — or add to your home screen for a native-app experience.

Open Game

Add to Home Screen

For a near-native experience with no browser chrome, add GridPonder to your home screen. It opens like an installed app.

iPhone / iPad (Safari or Chrome)
  1. Tap Open Game above
  2. Tap the Share button (square with arrow)
  3. Tap Add to Home Screen
  4. Tap Add — done
Android (Chrome)
  1. Tap Open Game above
  2. Tap the ⋮ menu (top right)
  3. Tap Add to Home Screen
  4. Tap Install — done

Native App

A native iOS and Android app is planned. Stay tuned.

Coming toGoogle Play
Coming toApp Store

Create Your Own Game

Games are pure data — JSON files that describe a board, entities, and rules. An AI assistant guides you from idea to a playable pack.

  1. 1

    Clone the repository

    git clone https://github.com/GridPonder/GridPonder
  2. 2

    Install Claude Code

    npm install -g @anthropic-ai/claude-code
  3. 3

    Open the repo and start Claude

    cd GridPonder && claude
  4. 4

    Type the create-game command

    /create-game
  5. 5

    Zip and share

    zip -r my-game.zip packs/my-game/
  6. 6

    Submit to the main repo