Gobandroid: cleanup
This commit is contained in:
parent
5c3778a5ce
commit
865748ed75
|
@ -1,22 +1,26 @@
|
|||
Categories:Development
|
||||
Categories:Games
|
||||
License:GPLv3
|
||||
Web Site:https://github.com/ligi/gobandroid/blob/HEAD/README.md
|
||||
Source Code:https://github.com/ligi/gobandroid/
|
||||
Source Code:https://github.com/ligi/gobandroid
|
||||
Issue Tracker:https://github.com/ligi/gobandroid/issues
|
||||
|
||||
Auto Name:Gobandroid
|
||||
Summary:Goban for Android
|
||||
Summary:Ancient Go game
|
||||
Description:
|
||||
Gobandroid is virtual goban ( GO-Board ) on your mobile to study and play the ancient game of Go (weiqi in Chinese, igo in Japanese, baduk in Korean)
|
||||
Go originated in China more than 2,000 years ago. The game is noted for being rich in strategy despite its relatively simple rules. It has been claimed that Go is the most complex game in the world due to its vast number of variations in individual games. [http://en.wikipedia.org/wiki/Go_(game) see Wikipedia] [http://www.usgo.org/resources/topten.html or usgo for the top 10 reasons to play go]
|
||||
Gobandroid is virtual goban (GO-Board) on your mobile to study and play the
|
||||
ancient game of Go (weiqi in Chinese, igo in Japanese, baduk in Korean).
|
||||
|
||||
Go originated in China more than 2,000 years ago. The game is noted for being
|
||||
rich in strategy despite its relatively simple rules. It has been claimed that
|
||||
Go is the most complex game in the world due to its vast number of variations
|
||||
in individual games. More info on [http://en.wikipedia.org/wiki/Go_(game) Wikipedia].
|
||||
|
||||
Features:
|
||||
* Solve Tsumegos ( Go Problems are called Tsumego )
|
||||
* Review Games ( SGF Format reader )
|
||||
* Record Games ( or use the phone/tablet as a board - incl SGF writer )
|
||||
* TV-Mode ( automatic replay of games - mainly for GoogleTV )
|
||||
* Play against GnuGo ( extra install needed )
|
||||
* Available in >10 Languages
|
||||
* Solve Tsumegos (Go Problems are called Tsumego)
|
||||
* Review Games (SGF Format reader)
|
||||
* Record Games (or use the phone/tablet as a board - incl SGF writer)
|
||||
* TV-Mode (automatic replay of games - mainly for GoogleTV)
|
||||
* Play against GnuGo (extra install needed)
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -26,8 +30,7 @@ Build:1.28,128
|
|||
commit=1.28
|
||||
subdir=android
|
||||
gradle=NoAnalyticsNoCloud
|
||||
prebuild=sed -i '/play_services/d' build.gradle && \
|
||||
sed -i '/android-sdk-manager/d' build.gradle
|
||||
prebuild=sed -i -e '/play_services/d' -e '/android-sdk-manager/d' build.gradle
|
||||
|
||||
Auto Update Mode:Version %v
|
||||
Update Check Mode:Tags
|
||||
|
|
Loading…
Reference in a new issue