artist has asked for the wisdom of the Perl Monks concerning the following question:
I am trying to develope a chess program in Perl, which gives me the board position exactly last 'x' moves before the checkmate. The purpose is to create boards to solve in 'x' moves. I tried to use Chess.pm. I think that code has bugs.There are other Chess modules at present but none of them are helpful for the purpose. What alternative I should try?. Are there C libaries which I should make use of?Thanks
Update: Replaced the word check by CheckMate
I am trying to generate the 'chess problems'.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Chess Moves
by gmax (Abbot) on Jan 10, 2004 at 08:02 UTC | |
Re: Chess Moves
by dws (Chancellor) on Jan 10, 2004 at 06:43 UTC | |
Re: Chess Moves
by cbraga (Pilgrim) on Jan 10, 2004 at 17:52 UTC | |
Re: Chess Moves
by EdwardG (Vicar) on Jan 11, 2004 at 11:41 UTC | |
A reply falls below the community's threshold of quality. You may see it by logging in. |