0

How can I draw a circle around the payoffs in the matrix? An is there a way to align the payoffs within the matrix?

\documentclass[12pt]{article}
\begin{document}
\begin{table}[!htbp]
\centering
\begin{game}{2}{2}[Player 1][Player 2]
        &  C      &  D     \\
     C  &  $25, 2.5$ & $0.01, 30$  \\
     D  &  $2.5, 30$ & $1, 1$\\
\end{game}
\end{table}
\end{document}

0 Answers0