execute

open override fun execute(vararg args: String, context: Game?): CommandResult<Game>

Executes a move at the parsed coordinates.

Return

A CommandResult with the updated game state or an error message.

Parameters

args

The coordinate arguments (see parseCoordinateArgs for formats).

context

The current game context.