Example 2.9.1
The game of
Domineering. In this game,
two players alternate by placing certain tiles on a certain board
according to certain rules.
The
board, which may be regarded as the initial starting
position of the game,
is a subset of an

piece of graph paper.
For example,
is a possible starting position. A
tile is a

subgrid or a

subgrid of the board position.
Left may place a

tile (a horizonal domino) anywhere
on the board
provided it does not overlap any other square which has already been
played on. Right may place a

tile (a vertical domino)
anywhere on the board
provided it does not overlap any other square which has already been
played on.
The only possible move Right has (from the starting position)
is to remove the 2 vertical tiles,
resulting in
The only possible moves Left has (from the starting position)
is to remove 2 horizonal tiles tiles, resulting in
The latter move is best if Left wants to win, since Right would be
left with no
legal moves and therefore would loses the game.
Using the above notation, we may compactly describe this set up as