The following section provides information concerning the Rook Graph family.
Definition:
An mxn Rook Graph represents the spaces on an mxn chess board, and the possible spaces that a rook can move (same row or same column).
Value of Adjacency Matrix Game:
(m+n-2)/(mn)
Value of M'' :
((m+n-2)(m-3)(n-3)-2)/((mn)(m-3)(n-3)-4)
Rook (3,3)
Rook (3,4)
Rook (4,4)
Rook (4,5)
Consider removing a vertex option from the column player, how will that then affect the game value?
The color green represents a decrease in the game value if the vertex is chosen, red represents an increase in the game value if the vertex is chosen, and blue represents no change in the game value.