Click here to Skip to main content
15,884,986 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hi,

i am looking for algorithm to develop chess game. i know depth first search and alpha-beta pruning. i am looking forward to know perfect algorithm to design chess game. so, could anyone help me please.

i am not looking for code. i need kinda pseudo code(algorithm)

ideas are welcomed.

:)
Posted

This is hardly likely to be a Quick Answer; chess algorithms are quite complicated. Assuming you are a chess player yourself then you probably have a good idea about it already.
 
Share this answer
 
For sure you cannot find such a info on Google...[^]
:)
 
Share this answer
 
Read the Rules[^] and think of all possible moves.

btw, chess needs thousand of algorithms :D
 
Share this answer
 
Comments
Toli Cuturicu 3-Aug-10 12:21pm    
Reason for my vote of 2
poor idea
Usman Hunjra 7-Jun-13 3:28am    
yes ,, exactly without knowing the rules -> how can you achieve this ..
I'm also assigned the same project ..
& I'm much worried too .. :(
try this one - http://en.wikipedia.org/wiki/Minimax ;)
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900