Page 1 of 1

newbie engine search

Posted: Tue Apr 17, 2018 5:54 pm
by enpassant
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.

Re: newbie engine search

Posted: Fri Aug 17, 2018 6:14 am
by User923005
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.
That's just a move generator.
Do a web search for "chess move generator"