All games implement a standardized action interface with seven core actions:
ActionDescription
RESETInitialize or restart the game state
ACTION1Simple action - varies by game (e.g., move up, rotate)
ACTION2Simple action - varies by game (e.g., move down, flip)
ACTION3Simple action - varies by game (e.g., move left, undo)
ACTION4Simple action - varies by game (e.g., move right, confirm)
ACTION5Simple action - varies by game (e.g., interact, select)
ACTION6Complex action requiring x,y coordinates (0-63 range)

Human Player Keybindings

When playing games manually in the ARC-AGI-3 UI, you can use these keyboard shortcuts instead of clicking action buttons:
Control SchemeACTION1ACTION2ACTION3ACTION4ACTION5ACTION6
Number Keys12345Mouse Click
WASD + SpaceWSADSpaceMouse Click
Arrow Keys + FFMouse Click
All control schemes support mouse clicking for ACTION6 (coordinate-based actions). Choose whichever scheme feels most comfortable for your playstyle.