mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-09 05:10:05 +02:00
freegemas: Improved SUMMARY/DESCRIPTION
This commit is contained in:
@@ -1,11 +1,16 @@
|
||||
SUMMARY="An open source version of the well known Bejeweled"
|
||||
DESCRIPTION="Freegemas is an open source version of the well known Bejeweled, for GNU/Linux, \
|
||||
Windows, Mac and Playstation Vita. It's written in C++ using SDL2. In the past it used Gosu \
|
||||
instead of SDL2, and the old repository can be found at Google Code."
|
||||
SUMMARY="A puzzle game similar to the well known Bejeweled"
|
||||
DESCRIPTION="Freegemas is an open source version of the well known game Bejeweled.
|
||||
|
||||
The objective of the game is to swap one gem with an adjacent gem to form a horizontal or \
|
||||
vertical chain of three or more gems. Click the first gem and then click the gem you want \
|
||||
to swap it with. If the movement is correct, they will swap and the chained gems will disappear.
|
||||
Bonus points are given when more than three identical gems are formed. Sometimes chain \
|
||||
reactions, called cascades, are triggered, where chains are formed by the falling gems.\
|
||||
Cascades are awarded with bonus points."
|
||||
HOMEPAGE="https://github.com/JoseTomasTocino/freegemas"
|
||||
COPYRIGHT="2022 José Tomás Tocino"
|
||||
LICENSE="GNU GPL v2"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="$HOMEPAGE/archive/refs/tags/22.02.tar.gz"
|
||||
CHECKSUM_SHA256="916fb537fb836fd6d08a31aff8d351a9d54cf70bd13aaba31d376a55797cca55"
|
||||
ADDITIONAL_FILES="freegemas.rdef.in"
|
||||
|
||||
Reference in New Issue
Block a user