ARC-AGI-3 games are turn-based environments where agents interact with 2D grids through a standardized action interface. Each game maintains state through discrete action-response cycles.Documentation Index
Fetch the complete documentation index at: https://docs.arcprize.org/llms.txt
Use this file to discover all available pages before exploring further.
- Agents receive 1-N frames of JSON objects with the game state and metadata.
- Agents respond with an action to interact with the game.
Grid Structure
- Dimensions: Maximum 64x64 grid size
- Cell Values: Integer values 0-15 representing different states/colors
- Coordinate System: (0,0) at top-left, (x,y) format
Game ID Format
Game IDs are formatted as<game_name>-<version>.
game_names are stable, but version may change as games update.

