- Each response contains one or more 2D frame arrays plus game-state metadata.
- Agents respond with an action to interact with the game.
Game States
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.

