ipokereval
This project allows a user to enter two Texas Hold'em poker hands and see how often each wins.
The community cards can optionally be exposed to see how the results change.
Two number are displayed per hand, the first is the win % (these may sum to less than 100% due to split pot options). The second is the pot equity. This is the % of the pot you can expect to win on average (which includes split pot winnings).
INSTALL
Now hosted on iSpazio (http://www.ispazio.net) Add this source repository to installer: repo.ispazio.net
Alternatively: Download and unzip the zip file and copy the directory ipokereval.app into /Applications using winSCP (or similar). Make sure permissions are set correctly (0755) for directory and files inside.
RUNNING
Tap a card and drag left/right to change suit and up/down to change rank. Double tap community cards to hide/expose. It may take a few seconds to calculate - the % shows zero whilst calculating.
TODO
The user interface is ugly and should use Cocoa. If anyone has skill in this area contact me.
THANKS
This program is based on the hand evaluator code of pokersource (https://gna.org/projects/pokersource/)
SCREENSHOT