Keep track of piece pairs, with configurable bonus
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 11 Feb 2013 21:12:49 +0000 (22:12 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 13 Feb 2013 22:14:09 +0000 (23:14 +0100)
commit6a1bd09c5d3c876e4dfa565438a5d3d549fdd2f1
treee2887b89abfe52dde0b00bef1c2faf6ec5504716
parent79b7dcb22c8ae73a808413f91b84c67a365d6652
Keep track of piece pairs, with configurable bonus

A new array bp[] is added, indexed by piece type, to store the pair
bonuses for each piece type. The bonus is awarded on capture when the
piece count kept in pl[] for that type becomes odd.
 The value can be specified as the 'move rights' of a step vector 0,
appended to the piece description.
fairymax.c