Play GridPonder
All puzzle packs run directly in your browser. No installation needed.
Tip: works best on a phone. Install the app for the native experience.
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/platform - 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 platform && 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 in the official pack list.
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.