April 2020
Intermediate to advanced
380 pages
9h 24m
English
The state management system of the game is one of the most important parts of the entire program since it controls all the gameplay, along with facilitating gameplay during the self-learning process of the AI. It makes sure that the players have a board presented to them and are making valid moves. It also stores several state-related variables, which are useful for the game to progress. Let's take a look:
import .internal as util
This class uses the variables and functions defined in the util/internal.py file with the name of util.
Read now
Unlock full access