Finite Two-Person Zero-Sum Games
A zero-sum game $\Gamma$ is expressed as follows,
$$\Gamma = (X,Y,K),$$where $X$ and $Y$ are the set of strategies of player 1 and player 2 respectively. The function $K:X \times Y \rightarrow \mathbb{R}^1$ is the payoff function of player 1.
The elements $x \in X$ and $y \in Y$ are called the strategies of player 1 and 2 respectively. The cartesian product $X \times Y$, i.e., the pairs of strategies $(x,y)$, are called strategy profiles. For a certain strategy profile $(x,y)$, the payoff of player 1 is $K(x,y)$, whereas the payoff of player 2 is $-K(x,y)$. Since the player 2's payoff is player 1's negated payoff, $K$ is considered the payoff of the zero-sum game.
In a game $\Gamma$, player 1 selects a strategy $x \in X$ and player 2 selects a strategy $y \in Y$. Both players perform the strategy selection simultaneously and independently.
An important representation of a game is by using a matrix. Two-player games with a finite set of strategies can be represented via a matrix. A game that is represented by a matrix is called a matrix game.
Matrix games are zero-sum two-person games with a finite set of strategies that could be represented by a payoff matrix. A matrix game $\Gamma_A$ is defined as
$$ \Gamma_A = (X,Y,K) $$The strategies of player 1 and player 2 are
$$ \begin{align} x_i\in X,& ~~\text{where}~~ i \in \{1,2,\dots,m\} \\ y_j\in Y,& ~~\text{where}~~ j \in \{1,2,\dots, n\} \end{align} $$The strategy profile in $\Gamma_A$ is $(x_i,y_j) \in X \times Y$, and the payoff function of player 1 is $K(x_i,y_j) = a_{i,j}$, whereas the payoff function of player 2 is $-K(x_i,y_j) = -a_{i,j}$.
Colonel Blotto game
Consider the payoff matrix of a Colonel Blotto Game with $m=4$ and $n=3$
$$ A = \begin{bmatrix} 4 & 2 & 1 & 0\\ 1 & 3 & 0 & -1\\ -2 & 2 & 2 & -2\\ -1 & 0 & 3 & 1\\ 0 & 1 & 2 & 4 \end{bmatrix} $$