Monday, May 24, 2010

I plan to implement an automatic chess game in C,C++ , pls help me in that regard?

Will i be able to design the game in 2 weeks , is it possible with C,C+=,How can i impart artificial intelligence to the computer,and is there any algorithm or source code if yes give me the link....

I plan to implement an automatic chess game in C,C++ , pls help me in that regard?
Bad choice for a two week project, in my experience, chess algorithms are quite hardcore for a beginner. To be honest you are better off making a first person shooter in that time-frame (seriously). I will however keep it in mind, and if I run into any open-source chess programs Ill send you a link.
Reply:You can do it with either C or C++ but it is


highly unlikely you can do this in two weeks or even a month.


You need to understand breath/depth search algorithm to be able to look thru endless move possibilies. Even if you understand this pretty well, you have to weight to each move.


This is more difficult than you think. I suggest you try this with easier game like connect 4 or 5 first. These two games will help you understand the search algorithm better.

free survey

No comments:

Post a Comment