Skip to content

HeyImMatt/texas_holdem_advisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Texas Hold 'em Advisor

GitHub repo code size GitHub contributors GitHub stars GitHub forks Twitter Follow LinkedIn

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.

Main Screen
Main Screen

Card Selection
Card Selection

Pre-Flop Advice
Pre-Flop Advice

Technologies Used

  • JavaScript
  • HTML
  • CSS

Prerequisites

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)

Installing Texas Hold 'em Advisor

To install Texas Hold 'em Advisor, follow these steps:

Via Downloading from GitHub:

  1. Download this repository onto your machine by clicking the "Clone or Download" button
  2. Download and extract the zip file to a directory of your choice
  3. Open up the directory in your preferred code editor
  4. 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

Known Bugs & Limitations

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.

Support and Contact

If you want to contact me you can reach me at [email protected]

License

This project uses the following license: MIT

Copyright (c) 2020 Matt McFarland

About

Tool to analyze and advise your Texas Hold 'Em hand

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published