2014-01-24 21:25:03 +00:00
|
|
|
Categories:Games
|
|
|
|
License:GPLv3
|
|
|
|
Web Site:https://bitbucket.org/przemekr/gomoku
|
|
|
|
Source Code:https://bitbucket.org/przemekr/gomoku/src
|
|
|
|
Issue Tracker:https://bitbucket.org/przemekr/gomoku/issues
|
|
|
|
|
|
|
|
Auto Name:Gomoku
|
2014-01-25 18:22:23 +00:00
|
|
|
Summary:Five in a Row Game
|
2014-01-24 21:25:03 +00:00
|
|
|
Description:
|
2014-01-25 15:09:00 +00:00
|
|
|
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
|
2014-01-25 18:22:23 +00:00
|
|
|
wins - Like tick-tack-toe on a bigger board.
|
2014-01-25 15:09:00 +00:00
|
|
|
|
|
|
|
Play with a friend or against a computer player.
|
2014-01-25 18:22:23 +00:00
|
|
|
|
|
|
|
More descriptions and exact rules in the [http://en.wikipedia.org/wiki/Gomoku Wikipedia page].
|
2014-01-24 21:25:03 +00:00
|
|
|
.
|
|
|
|
|
|
|
|
Repo Type:git
|
|
|
|
Repo:https://bitbucket.org/przemekr/gomoku
|
|
|
|
|
|
|
|
Build:0.1,1
|
|
|
|
commit=0.1
|
|
|
|
subdir=android
|
|
|
|
init=cd jni/SDL && \
|
|
|
|
rm -rf src include SDL-2.0.1* && \
|
|
|
|
wget http://libsdl.org/release/SDL2-2.0.1.tar.gz && \
|
|
|
|
tar xf SDL2-2.0.1.tar.gz && \
|
|
|
|
ln -s SDL2-2.0.1/src . && \
|
|
|
|
ln -s SDL2-2.0.1/include .
|
|
|
|
buildjni=yes
|
|
|
|
|
2014-01-25 18:22:23 +00:00
|
|
|
Auto Update Mode:None
|
2014-01-24 21:25:03 +00:00
|
|
|
Update Check Mode:Tags
|
|
|
|
Current Version:0.1
|
|
|
|
Current Version Code:1
|