Author: Gian-Carlo Pascutto
Date: 12:36:37 11/19/02
Go up one level in this thread
On November 19, 2002 at 14:56:11, Vincent Diepeveen wrote: >We are now at square sq and want to know whether a complex pattern is >happening. For example: > >if( sq >= 8 && board[sq-8] == bishop && board[sq-7] == rook && ... In most classical approaches the sq >= 8 would not be needed here. -- GCP
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.