I am using the package sgame to format normal form games. The games are commonly formatted inside a figure but I would like to use them in an equation. I am having a problem with the vertical spacing of punctuation.
Here is the code I use:
\documentclass{article}
\usepackage{color}
\usepackage{sgame}
\gamemathtrue
\begin{document}
\begin{equation}
\begin{game}{3}{2}
& F & O \\
F & 2, 2 & 0, 1 \\
O & 0, 0 & 1, 3 \\
P & 0, 0 & 1, 3
\end{game}
.
\end{equation}
\end{document}
Here is the result:

I like the alignment of the equation number but not of the period.
I would like to have the period aligned with the text in the last row of the table.
The distance is 0.3\baselineskip from the bottom horizontal line but it is not a fixed distance from the baseline.
This is what I am after:

