Some fixes to gomoku
This commit is contained in:
parent
05944eea91
commit
d280d97e96
|
@ -5,17 +5,15 @@ Source Code:https://bitbucket.org/przemekr/gomoku/src
|
|||
Issue Tracker:https://bitbucket.org/przemekr/gomoku/issues
|
||||
|
||||
Auto Name:Gomoku
|
||||
Summary:Gomoku -- Five in a Row Game
|
||||
Summary:Five in a Row Game
|
||||
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]
|
||||
wins - Like tick-tack-toe on a bigger board.
|
||||
|
||||
Play with a friend or against a computer player.
|
||||
|
||||
More descriptions and exact rules in the [http://en.wikipedia.org/wiki/Gomoku Wikipedia page].
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -32,7 +30,7 @@ Build:0.1,1
|
|||
ln -s SDL2-2.0.1/include .
|
||||
buildjni=yes
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:0.1
|
||||
Current Version Code:1
|
||||
|
|
Loading…
Reference in a new issue