From a0abc3020b4edd5bac56cc1751f80dbae4360d3b Mon Sep 17 00:00:00 2001 From: relan Date: Sat, 12 Jan 2019 09:46:44 +0300 Subject: [PATCH] New app: House of Cards Closes fdroid/rfp#833. --- metadata/eu.veldsoft.house.of.cards.yml | 51 +++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 metadata/eu.veldsoft.house.of.cards.yml diff --git a/metadata/eu.veldsoft.house.of.cards.yml b/metadata/eu.veldsoft.house.of.cards.yml new file mode 100644 index 0000000000..b12847272b --- /dev/null +++ b/metadata/eu.veldsoft.house.of.cards.yml @@ -0,0 +1,51 @@ +Categories: + - Games +License: GPL-3.0-or-later +SourceCode: https://github.com/VelbazhdSoftwareLLC/HouseOfCards +IssueTracker: https://github.com/VelbazhdSoftwareLLC/HouseOfCards/issues + +AutoName: House of Cards +Summary: Solitaire-like card game +Description: |- + The game starts with a standard deck of 52 cards. There are also four + Houses each “coloured” by one of the four suits. You put one by one + the random cards, that the dealer randomly deals from the deck, to one + of the different Houses (it is of no importance the cards to be of the + same suit with the House), trying to achieve a total of 31 in the house. + The total is calculated adding the cards (Ace counts for 11, Kings, + Queens, Jacks for 10 and the rest as they are, i.e. the 8 of Spades + counts for 8). Every time you manage to achieve a 31 in one of the + houses you get a bonus regarding the House in which you achieved that + (10 for Spades, 20 for Clubs, 30 for Diamonds, 40 for Hearts) and the + House becomes empty (total = 0). If in one of the Houses the total will + exceed 31 then this House is closed and you cannot use it any more adding + cards to it. In order to win you should add all 52 cards in the Houses + and only then your score counts in the hall of fame. You lose if all the + four Houses will be closed. + + If the number of cards in a House will be six (6) and the total is less + than 31, it counts as a 31, the player gets 50 points and the House + becomes empty. + + This rule adds 4 Jokers to the deck (each with a different suit). If + you add it to the House “coloured” with the same suit (e.g. the Heart + special card to the Heart House) then it is like having 31 no matter + what was the total there and the player gets 100 points, but if you + add it to a House “coloured” with another suit (e.g. the Heart card + to the Diamond House) you lose immediately. + +RepoType: git +Repo: https://github.com/VelbazhdSoftwareLLC/HouseOfCards + +Builds: + - versionName: '1.0' + versionCode: 1 + commit: v1.0 + subdir: HouseOfCards + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '1.0' +CurrentVersionCode: 1