On Fri 01 Sep 2006 (17:33 -0600), Peter Carlson wrote: Please don't submit html messages to the mailing list.
In answer to your question, the easiest way to find a representation of a move which changes one board position into another (there may be more than one way of going between the two) is to generate a list of legal moves and the resulting positions and compare your desired result to that list. Within gnubg, eval.c has a routine GenerateMoves() which produces a list of legal moves and the resulting positions. -- Jim Segrave [EMAIL PROTECTED] _______________________________________________ Bug-gnubg mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-gnubg
