\documentclass{article}
\usepackage[active,tightpage]{preview}
\usepackage{sgame}
\pagestyle{empty}
\begin{document}
\begin{preview}
\begin{center}
{\Large \textbf{Fig 2 from 'A Note on the Lemke-Howson Algorithm' (Shapley 1974)}}
\end{center}
\begin{center}
\begin{game}{3}{3}[\textbf{1}][\textbf{2}]
& \textbf{1} & \textbf{2} & \textbf{3} \\
\textbf{1} &  $2,3$  &  $2,0$  &  $0,2$  \\
\textbf{2} &  $0,0$  &  $3,3$  &  $0,2$  \\
\textbf{3} &  $3,0$  &  $0,0$  &  $1,1$  \\
\end{game}
\end{center}

\end{preview}
\end{document}
