unserializable / monchester

Monchester, chess engine for CECP interfaces and console
GNU General Public License v3.0
4 stars 1 forks source link

Yet more FEN validation: reject also positions with more than 16 pieces for the side #6

Closed unserializable closed 3 years ago

unserializable commented 3 years ago

In #2 some cases of illegal positions that cannot be handled were made to be rejected. Reject also positions with more than 16 pieces for the side, as engine is not written to support more than 16 pieces for a side.