I've been trying to use the hexgame package to create a simple hexboard:
Code: Select all
\documentclass{article}
\usepackage{hexgame}
\begin{document}
\begin{hexgame}{5}
\colorhex{2}{playerone}
\colorhex{4}{playertwo}
\colorhex{6}{playertwo}
\colorhex{25}{playerone}
\labelhex{23}{37}
\end{hexgame}
\end{document}
! Argument of \special@length has an extra }.
<inserted text>
\par
l.5 \begin{hexgame}{5}
?
I'm relatively new to TeX, but I've played around with different packages for hours trying to find the problem and can't - can anyone help?
Thanks in advance.