Chapter 6. Board Games AI
In this chapter, you will learn a family of algorithms for developing AI for board games:
Working with the game-tree class
Introducing Minimax
Negamaxing
AB Negamaxing
Negascouting
Implementing a tic-tac-toe rival
Implementing a checkers rival