in the gross chess code there is a line (to the end of post move code)
if match old r b n m a c v s w:
setelem reserve old inc elem old reserve;
endif;
I think it supposed to increase the values of pieces in reserve once captured, But I don't understand how and why, as for example there is no captured keyword. Thanks!...
And another question for Fergus, if I may.
in the gross chess code there is a line (to the end of post move code)
if match old r b n m a c v s w:
setelem reserve old inc elem old reserve;
endif;
I think it supposed to increase the values of pieces in reserve once captured, But I don't understand how and why, as for example there is no captured keyword. Thanks!...