Mastering Zero-Sum Games: How LISP Program Could Change Competitive Gaming
The chapter discusses how to write a program in LISP to play a game that is like chess, where all players know the entire state of the game. This type of game is called a perfect-information game. The program is designed for a zero-sum game, where the total winnings and losses always add up to zero. Poker, on the other hand, is not a perfect-information game but is a zero-sum game.