Playing the Game
main:
state = empty board
until winner do
if my turn
expand current state
bubbleup tree
choose move w/ maxval
update state
if opponent’s turn
read in move
update current state
Previous slide
Next slide
Back to first slide
View graphic version