Play GridPonder
Play all puzzle packs directly in your browser — or add to your home screen for a native-app experience.
Open GameAdd to Home Screen
For a near-native experience with no browser chrome, add GridPonder to your home screen. It opens like an installed app.
- Tap Open Game above
- Tap the Share button (square with arrow)
- Tap Add to Home Screen
- Tap Add — done
- Tap Open Game above
- Tap the ⋮ menu (top right)
- Tap Add to Home Screen
- Tap Install — done
Native App
A native iOS and Android app is planned. Stay tuned.
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
Clone the repository
git clone https://github.com/GridPonder/GridPonder - 2
Install Claude Code
npm install -g @anthropic-ai/claude-code - 3
Open the repo and start Claude
cd GridPonder && claude - 4
Type the create-game command
/create-game - 5
Zip and share
zip -r my-game.zip packs/my-game/ - 6
Submit to the main repo
Play GridPonder
All puzzle packs run directly in your browser. No installation needed.
Best on a phone. GridPonder is designed for touch. Open this page on your phone and add it to your home screen.
On a phone? Open full screen or add to your home screen.
Native App
A native iOS and Android app is planned. Stay tuned.
Create Your Own Game
Games are pure data — JSON files that describe a board, entities, and rules. An AI assistant guides you interactively from idea to a playable pack.
- 1
Clone the repository
git clone https://github.com/GridPonder/GridPonder - 2
Install Claude Code
npm install -g @anthropic-ai/claude-codeOr another AI coding assistant that supports slash commands.
- 3
Open the repo and start Claude
cd GridPonder && claude - 4
Type the create-game command
/create-gameClaude guides you through naming, mechanics, entities, levels, and theming — all interactively.
- 5
Zip and share
zip -r my-game.zip packs/my-game/Send the zip to anyone with the GridPonder app. They can import it directly.
- 6
Submit to the main repo
If your game is well-crafted and broadly appealing, open a GitHub issue or ping @jens to get it included.
Game packs are data, not code. The engine is fixed and sandboxed — imported packs cannot execute arbitrary code and are safe to share with anyone.