New app: VitoshaPokerOdds
This commit is contained in:
parent
5f092469d5
commit
1e54240907
38
metadata/eu.veldsoft.vitosha.poker.odds.yml
Normal file
38
metadata/eu.veldsoft.vitosha.poker.odds.yml
Normal file
|
@ -0,0 +1,38 @@
|
|||
Categories:
|
||||
- Games
|
||||
License: GPL-3.0-or-later
|
||||
SourceCode: https://github.com/VelbazhdSoftwareLLC/android-vitosha-poker-odds
|
||||
IssueTracker: https://github.com/VelbazhdSoftwareLLC/android-vitosha-poker-odds/issues
|
||||
|
||||
AutoName: VitoshaPokerOdds
|
||||
Summary: Monte Carlo based Texas Holdem calculator
|
||||
Description: |
|
||||
Vitosha Poker Odds is a Monte Carlo based Texas Holdem calculator.
|
||||
|
||||
Texas Holdem is the most popular poker game. In its nature it is
|
||||
a skill based gambling game. Playing strategy consists of two
|
||||
components - hand strength and risk taking. The risk taking
|
||||
component should be handled by the player itself, but hand
|
||||
strength can be calculated with electronic device. The analytical
|
||||
calculation of the hand strength is possible, but sometimes it is
|
||||
too complicated. In such cases Monte-Carlo based calculators are
|
||||
very useful. The calculator plays many games with the given hand
|
||||
and it calculates the chances to win. Because it is a statistical
|
||||
tool it is not 100% reliable. It should be used wisely and
|
||||
carefully.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/VelbazhdSoftwareLLC/android-vitosha-poker-odds.git
|
||||
|
||||
Builds:
|
||||
- versionName: '2.0'
|
||||
versionCode: 2
|
||||
commit: v2.0
|
||||
subdir: VitoshaPokerOdds
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: '2.0'
|
||||
CurrentVersionCode: 2
|
Loading…
Reference in a new issue