Added description for Gomoku
This commit is contained in:
parent
1f098998d1
commit
452594d7de
|
@ -5,8 +5,17 @@ Source Code:https://bitbucket.org/przemekr/gomoku/src
|
||||||
Issue Tracker:https://bitbucket.org/przemekr/gomoku/issues
|
Issue Tracker:https://bitbucket.org/przemekr/gomoku/issues
|
||||||
|
|
||||||
Auto Name:Gomoku
|
Auto Name:Gomoku
|
||||||
Summary:Gomoku --
|
Summary:Gomoku -- Five in a Row Game
|
||||||
Description:
|
Description:
|
||||||
|
|
||||||
|
Gomoku is a board strategy game. Two players place in turns black and white
|
||||||
|
stones on 19x19 square plane. The one who manage to get five in a row first
|
||||||
|
wins. (Like tick-tack-toe on a bigger board.)
|
||||||
|
|
||||||
|
More descriptions and exact rules:
|
||||||
|
[http://en.wikipedia.org/wiki/Gomoku]
|
||||||
|
|
||||||
|
Play with a friend or against a computer player.
|
||||||
.
|
.
|
||||||
|
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
|
|
Loading…
Reference in a new issue