newbie engine search
newbie engine search
I am looking for a program that can follow a game of chess and for each move can pass back a list of all possible next moves. Ideally it would also return a representation of the board. Thanks.
-
- Posts: 616
- Joined: Thu May 19, 2011 1:35 am
Re: newbie engine search
That's just a move generator.enpassant wrote:I am looking for a program that can follow a game of chess and for each move can pass back a list of all possible next moves. Ideally it would also return a representation of the board. Thanks.
Do a web search for "chess move generator"