Author: Jarkko Pesonen
Date: 00:17:12 01/09/03
In King Safety in REBEL
There is
flag = flag | WB[F5]; // update attack pattern
flag = flag | WB[G5]; // update attack pattern
flag = flag | WB[F5]; // update attack pattern
Should it be?
flag = flag | WB[F5]; // update attack pattern
flag = flag | WB[G5]; // update attack pattern
flag = flag | WB[H5]; // update attack pattern
??
Jarkko
This page took 0 seconds to execute
Last modified: Thu, 15 Apr 21 08:11:13 -0700
Current Computer Chess Club Forums at Talkchess. This site by Sean Mintz.