I'm trying to use the psgo package to insert some go diagrams into a sharelatex file, but the boards are failing to render. Here's a minimal example:
\documentclass{article}
\usepackage{psgo}
\begin{document}
\begin{psgoboard}
\end{psgoboard}
\end{document}
This results in the bad jumble of letters and numbers below:
How can I fix this? I feel like I'm missing something obvious, but I'm not sure what.

psgorelies on thepstrickspackage, which requires compiling to.dviformat before compiling to.pdfformat. XeLaTeX does this automatically. You can read more about it here. We'll probably close your question as a duplicate of that one, if that's okay. – Adam Liter Jul 31 '15 at 01:14pstricksor that it needs to be processed using.tex -> .dvi -> ...or whatever. – cfr Jul 31 '15 at 01:18