Saturday, August 13, 2011

Programmers - need your input !?

A chess program attempts to evaluate possible moves for a computer opponent. As the first step in its algorithm, it needs to determine whether there is a single valid move it may make using any of its pieces that will result in the human player being in checkmate. Describe the logic the program must use to evaluate whether such a move is possible.

No comments:

Post a Comment