There are two players in this game who play one after the other using black
and white stones respectively. The winner is the first player to get an
unbroken row of five stones horizontally, vertically, or diagonally.
Usage
gomoku(n = 19)
Arguments
n
the number of rows and columns in the board (the default 19
generates the standard board)