Sunday, August 2, 2009

Can you tell some hints for writing a c-program for chess game?

chess games are easily available tere is no need for a c-program

Can you tell some hints for writing a c-program for chess game?
Look at the source code for GNUChess and see if that helps you any.
Reply:Nice Way to check how good you are in programming is to develop games.





For Chess you shall have to first learn the basic mechanism which is know as the problem of backtracing, in this u need to decide upto which level the program should go back if the move is wrong. This will help you to have a perfect move virtually before even playing it.





Then implement the comcept known as "8 Queen Problem"





whn u shall finesh this let me know i shall give u some more hints.


Bbye


No comments:

Post a Comment