iterami/Docs.htm/common HTM Projects/chess.js/chess_move(args)
- Attempts to move the specified piece to the target location.
- Nothing happens if the move is not valid, unless you override the rule validation.
- Returns the validation done by chess_validate().
id
|
| string
|
override
| false
| boolean
|
piece-x
|
| number 0-7
|
piece-y
|
| number 0-7
|
target-x
|
| number 0-7
|
target-y
|
| number 0-7
|