Computer Chess Club Archives


Search

Terms

Messages

Subject: Re: New chess programer ask you HELP:

Author: Ricardo Gibert

Date: 10:41:31 08/31/99

Go up one level in this thread


On August 30, 1999 at 18:51:07, Nicolas Carrasco wrote:

         <snip>

>
>/* Posciciones iniciales
>*************************************************************/
>char init_color[64]= {
>	1, 1, 1, 1, 1, 1, 1, 1,
>	1, 1, 1, 1, 1, 1, 1, 1,
>	6, 6, 6, 6, 6, 6, 6, 6,
>	6, 6, 6, 6, 6, 6, 6, 6,
>	6, 6, 6, 6, 6, 6, 6, 6,
>	6, 6, 6, 6, 6, 6, 6, 6,
>	0, 0, 0, 0, 0, 0, 0, 0,
>	0, 0, 0, 0, 0, 0, 0, 0
>};
>
>char init_piece[64]= {
>	3, 1, 2, 4, 5, 2, 1, 3,
>	0, 0, 0, 0, 0, 0, 0, 0,
>	6, 6, 6, 6, 6, 6, 6, 6,
>	6, 6, 6, 6, 6, 6, 6, 6,
>	6, 0, 6, 6, 6, 6, 6, 6,
           ^should be a 6, yes? You've probably already fixed it, but just in
case, I thought I'd point it out. Buena Suerte!

>	6, 6, 6, 6, 6, 6, 6, 6,
>	0, 0, 0, 0, 0, 0, 0, 0,
>	3, 1, 2, 4, 5, 2, 1, 3

             <snip>



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.