Rewrap games-puzzle DESCRIPTIONs

This commit is contained in:
noryb009
2014-01-02 16:40:57 -05:00
parent d7a0fd1a52
commit 51d82f5b74
6 changed files with 32 additions and 16 deletions

View File

@@ -1,6 +1,12 @@
SUMMARY="Gemz is an SDL implementation of the popular puzzle game 'Bejeweled'."
DESCRIPTION="Gemz is an SDL implementation of the popular puzzle game 'Bejeweled'.
The objective of this game is to swap one gem with an adjacent gem to form a horizontal or vertical chain of three or more gems. Bonus points are given when chains of more than three identical gems are formed and when two chains are formed in one swap. Gems disappear when chains are formed and gems fall from the top to fill in gaps. Sometimes chain reactions, called cascades, are triggered, where chains are formed by the falling gems.
SUMMARY="An SDL implementation of the popular puzzle game 'Bejeweled'"
DESCRIPTION="
Gemz is an SDL implementation of the popular puzzle game 'Bejeweled'.
The objective of this game is to swap one gem with an adjacent gem to form a \
horizontal or vertical chain of three or more gems. Bonus points are given \
when chains of more than three identical gems are formed and when two chains \
are formed in one swap. Gems disappear when chains are formed and gems fall \
from the top to fill in gaps. Sometimes chain reactions, called cascades, are \
triggered, where chains are formed by the falling gems.
"
HOMEPAGE="http://sourceforge.net/projects/gemz/"
SRC_URI="http://sourceforge.net/projects/gemz/files/gemz/Source/gemz-0.97.0.tgz/download"