This is a Texas Hold'em odds calculator. It displays the winning, losing and tying chances of your current hand.
The onlyissue I had was to determine when an opponent has folded their hand. For this case, the scripts injects a button on the poker table for the player to push it when an opponent folds. It recalculates the odds accordingly then.
- Run the node server using
node main.js
- Join a poker table on ReplayPoker.com
- Paste the code from
in_browser.js
into the browsers console. - Wait for the script to catch up (should start working on the next game)