Anthropic Template
play-arc-with-claude.js
) that lets Claude iteratively reason about the grid, decide on the next action, and track progress.npm i -g @anthropic-ai/claude
) so you can hop into an interactive session at any point.actions/
folder (list-games.js
, start-game.js
, action.js
, etc.) if you prefer a more manual driving style.
Because this template lives in its own repository, you don’t invoke it via uv run main.py
; instead run the Node scripts shown above (or adapt them to your workflow).