\documentclass[border=0.5cm]{standalone}
\usepackage{../../latex/pgf-go}





\begin{document}
       \tabcolsep=0.75pt
       \begin{tabular}{cc}
               \begin{goban}[remember]
                       \stones[b] {A6|-B5|-D1|-E2, C4, E9-|F4, D5-|G7--D7, H6, H8, I7}
                       \stones[w] {E8-|C5, B:E6, A7, B8, D9, I6|- H5, H2:3, F1|-C3, C2, D:E4, G4}
                       \stones[b, prisoner]{H1-|I2}
                       \prisoner[w] {A1}
                       \marks[b, t-circle]{A1:4, G8|-I9, I8, H7}
                       \marks[w, t-square]{G3|-I1|-H4, C9-|A8, B7}
                       \marks[t-square, fill = {color = red}] {E1}
               \end{goban}&
               \pgfgouseprofile{pgfgo}
               \begin{goban}[resume]
               \end{goban}\\
               \pgfgouseprofile{pgfgosmooth}
               \begin{goban}[resume]
               \end{goban}&
               \pgfgouseprofile{wain}
               \begin{goban}[resume]
               \end{goban}
       \end{tabular}
\end{document}