Thread
:
Computer Scientists Solve Checkers
View Single Post
Reply
Posted 2007-07-21, 03:50 PM in reply to
RoboticSilence
's post starting
"This doesn't work because the program..."
RoboticSilence said:
This doesn't work because the program has to change its approach as the player does. If you just have shortest-path then it'd be easy to draw against.
That seems to be a very minor complication. You just need to recalculate the shortest path to mate every move your opponent makes, and then play the new shortest path. If your opponent plays perfectly as well, the shortest path should not change. If not, mate should be even simpler. Essentially the idea is still the same. There aren't any heuristic algorithms involved. Unless I'm missing something, here.
Last edited by Demosthenes; 2007-07-21 at
03:53 PM
.
Profile
PM
WWW
Search
Demosthenes