- 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.

