fun (version 0.2)

gomoku: The game of Gomoku, a.k.a Five in a row

Description

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)

Value

NULL

References

http://cos.name/cn/topic/104750, http://en.wikipedia.org/wiki/Gomoku

Examples

Run this code
# NOT RUN {
gomoku()
# }

Run the code above in your browser using DataLab