State spaces are good representations for board games such as Tic-Tac-Toe. The state of a game can be described by the contents of the board and the player whose turn is next. The board can be represented as an array of 9 cells, each of which may contain an X or O or be empty.
X | O | |
O | ||
X | X | |
Contents    Page-10    Prev    Next    Page+10    Index