3 Feb 2005
CS 3243 - Game playing
26
What do you need to do
n
Implement Minimax
n
Implement Pruning (optional)
n
Implement an evaluation function
n
Input: board, selected grid location
n
Output: continuous value
n
n
(really optional) use state