Good use of recursivity in chess programming?
Posted
by JDelage
on Stack Overflow
See other posts from Stack Overflow
or by JDelage
Published on 2010-05-27T12:17:07Z
Indexed on
2010/05/27
12:21 UTC
Read the original article
Hit count: 318
Hi,
As part of a homework assignment, I have to program a simple chess game in Java. I was thinking of taking the opportunity to experiment with recursion, and I was wondering if there's an obvious candidate in chess for recursive code?
Thank you,
JDelage
© Stack Overflow or respective owner