PlayCmd
Command to execute a move at the specified board coordinates.
Accepts coordinates in multiple formats:
Separate arguments:
play 3 4Combined with letter column:
play 3Aorplay 3aCombined digits:
play 34(row=3, col=4)
Coordinates are 1-based (row 1-8, column 1-8 for standard 8x8 board).