Y
Hacker News
new
|
ask
|
show
|
jobs
by
jfoster
4212 days ago
A naive brute force of Chess wouldn't end. Consider the case where both players make moves that perpetuate the game rather than working toward an ending.
1 comments
jefffoster
4212 days ago
Chess has a 50 move stalemate condition (
http://en.wikipedia.org/wiki/Fifty-move_rule
) that prevents this happening.
link