alexobviously / bishop

A chess logic package for Dart with flexible variant support
https://pub.dev/packages/bishop
Other
19 stars 8 forks source link

Wrong materialConditions for Seirawan #70

Closed malaschitz closed 8 months ago

malaschitz commented 10 months ago

In Seirawan Chess are used another names and letters for Archbishop and Chancellor. There is Hawk and Elephant (H and E). In material_conditions.dart on line 75 should be:

soloMaters: ['P', 'Q', 'R', 'A', 'C', 'E', 'H'],

or change the definition of Seirawan chess with customized materialConditions.

alexobviously commented 10 months ago

Ah nice, well spotted. I'll include this in the next version.

alexobviously commented 8 months ago

Fixed in 1.4.1, thanks.