Tagged Questions

2
votes
2answers
985 views

Static Evaluation Function for Checkers

I'm trying to write an evaluation function for a game of checkers that I'm developing but I can't find the right documentation. I've read several documents on the web witch describe different ...
-2
votes
2answers
161 views

Algorithms for board games and card games (A.I.) [closed]

do you know board games(tic-tac-toe, game of the generals etc. preferably played 1on1 and has only 3 end results which are win, lose or draw) that still has room for the optimization of the algorithm ...