from
Chess with "Greedy Edi"
by Wolfgang Garn
Play chess against "Greedy Edi".
|
| is_in_check |
is_in_check
is_in_check Whether a figure will be in check.
Contents
Syntax[answer, color] = is_in_check(from, to) Description
If a figure is moved from a to b, whether and if, which color is in check
This function is useful for the castling and to check whether a move is legal.
Inputs:
- from ... whether a figure has moved "from" that field.
- global history ... the game history
Outputs:
- answer ... Boolean answer (true if the figure was moved once).
Example
Assume you like to do the castling. The the kings method 'possible' will call has_moved([8 8]).
See also
King, Chess
Signature
|
|
Contact us at files@mathworks.com