Created by: Matt McFarland
The Texas Hold 'Em Advisor will display information on your hand strength, pot and outs equity, and eventually some simulations to help you analyze your hold 'em hand.
You can use it here: https://heyimmatt.github.io/texas_holdem_advisor/
Enter pot and call amounts to see the pot equity percentage.
Click or tap the Add Card 1 and 2 buttons to add your dealt cards and then click Evaluate Hand to receive pre-flop advice.
Click New Hand at the bottom to reset the page.
Additional functionality to be added to show outs equity percentage based on the flop, turn, and river cards.
- JavaScript
- HTML
- CSS
Before you begin, ensure you have met the following requirements:
- You have an Internet browser (Chrome, Firefox, Safari, etc)
- You have a code editor (VS Code, Atom, etc)
To install Texas Hold 'em Advisor, follow these steps:
Via Downloading from GitHub:
- Download this repository onto your machine by clicking the "Clone or Download" button
- Download and extract the zip file to a directory of your choice
- Open up the directory in your preferred code editor
- Open the index.html file in your preferred browser
Via command line:
$ git clone https://github.com/HeyImMatt/texas_holdem_advisor.git
$ cd texas_holdem_advisor
$ code .
$ open index.html
Currently there is only support for analyzing the player's pre-flop hand. I have not added poker logic yet to determine what kind of hand a player has when combined with community cards.
If you want to contact me you can reach me at [email protected]
This project uses the following license: MIT
Copyright (c) 2020 Matt McFarland