\documentclass{article}
\usepackage[active,tightpage]{preview}
\usepackage{sgame}
\pagestyle{empty}
\begin{document}
\begin{preview}
\begin{center}
{\Large \textbf{Battle of the Sexes}}
\end{center}
\begin{center}
\begin{game}{2}{2}[\textbf{Player 1}][\textbf{Player 2}]
& \textbf{Left} & \textbf{Right} \\
\textbf{Top} &  $3,2$  &  $0,0$  \\
\textbf{Bottom} &  $0,0$  &  $2,3$  \\
\end{game}
\end{center}

\end{preview}
\end{document}
