v1
latestOpenAPI 3.0.32026-07-26131237.0 KBCommands
Execute complex action (requires x,y)
Issues ACTION 6—a two-parameter command that supplies explicit X/Y coordinates—to an active game session. Common use-cases include “click/tap at (x,y)”, “place a tile”, or “shoot a projectile,” depending on the game's mechanics.
Required fields
• game_id — the game to act in
• guid — session identifier obtained from RESET
• x,y — zero-based grid coordinates (0-63 inclusive)
On success the server applies the action, advances game logic to the next stable frame, and returns that frame together with the updated score, state, and win condition.
post/api/cmd/ACTION6
Request body
Response
Frame returned after executing the action.