Open Side Menu Go to the Top
Register
Short Deck Hold'em Calculator Short Deck Hold'em Calculator

08-20-2018 , 08:16 PM
i recently forked a repo on github for a hold'em calculator, extended it to support short deck, and threw a ui on top of it with vue.

curious what people think. there is a link to the repo on the about page.

https://shortdeck.gg
Short Deck Hold'em Calculator Quote
08-21-2018 , 05:01 PM
Nice thanks!
Short Deck Hold'em Calculator Quote
09-17-2018 , 06:41 AM
Thanks man. Appreciated.
Short Deck Hold'em Calculator Quote
09-29-2018 , 02:37 AM
Very nice. Can you add a feature to calculate equity vs range? Or at least vs 100% range (random hand). Thanks.
Short Deck Hold'em Calculator Quote
10-13-2018 , 11:30 AM
maybe in the future but right now i am not working on this project any further. i have another project that is the focus of my time. the library the site is using to do the calculations is open source.. so if someone else has the initiative to add those features in, they are more than welcome to contribute. i would be happy to code review, test, or provide feedback
Short Deck Hold'em Calculator Quote
10-15-2018 , 11:41 AM
Has anyone tested out the calculator? I feel the numbers aren't correct. I.E. A straight does not beat a flush and in the simulator it does. Can this be adjusted?

Thanks
Short Deck Hold'em Calculator Quote
10-15-2018 , 12:56 PM
Quote:
Originally Posted by joomorrow
Very nice. Can you add a feature to calculate equity vs range? Or at least vs 100% range (random hand). Thanks.
WPN/BCP has a generic hand equity chart based on a few hundred million HU hands dealt to the river that might help you - https://www.blackchippoker.eu/gettin...its/?WebTrack=
Short Deck Hold'em Calculator Quote
10-16-2018 , 01:37 AM
Quote:
Originally Posted by ShowMeGrinder
Has anyone tested out the calculator? I feel the numbers aren't correct. I.E. A straight does not beat a flush and in the simulator it does. Can this be adjusted?

Thanks
can you give me an example that gave you a straight beating a flush? i will look into it if true, but it works correctly when i test it.
Short Deck Hold'em Calculator Quote
10-16-2018 , 04:56 AM
Thank you, shared it in my Facebook group. It will be helpful to players, nice work!
Short Deck Hold'em Calculator Quote
11-08-2018 , 06:22 AM
What about that short deck poker where straight still beats the three of a kind and flush beats full house. Is there any calculator out there for that one?
Short Deck Hold'em Calculator Quote
11-10-2018 , 07:01 PM
Quote:
Originally Posted by TurboTakedown
What about that short deck poker where straight still beats the three of a kind and flush beats full house. Is there any calculator out there for that one?
i haven't done it nor do i really plan to. if you really need that calculation, it would be simple to implement..

https://github.com/dheffx/node-poker...er/src/Game.ts

copy a shortdeckgame class, rename it and adjust the rankings, then import it in:

https://github.com/dheffx/node-poker...sCalculator.ts
Short Deck Hold'em Calculator Quote
01-15-2019 , 07:10 AM
Yes it should, I don't see how AK can win here
Short Deck Hold'em Calculator Quote
01-17-2019 , 08:26 PM
Agreed. I just saw your post tonight. I wrote some unit tests to recreate the problem and was able to figure out where I went wrong.

For each simulated run out the calculator performs, it first determines what each player's hand rank is on the full board run out, then compares the hand ranking for amongst the players. The logic to compare hand rankings is working correctly, and determines trips > straight. However, the logic to determine player's hands is, on some run outs, erroneously determining the player with trips has "improved" to a worse straight. I guess I missed this since the test case I originally wrote for trips>straight is a scenario where the river is already dealt.

If I have time this weekend I will see about fixing it.
Short Deck Hold'em Calculator Quote
01-24-2019 , 12:02 PM
Quote:
Originally Posted by fozzy71
WPN/BCP has a generic hand equity chart based on a few hundred million HU hands dealt to the river that might help you - https://www.blackchippoker.eu/gettin...its/?WebTrack=
This link seems dead, does anyone know a direct link or how can I find those equity charts?
Short Deck Hold'em Calculator Quote
01-24-2019 , 12:31 PM
They changed some of their URL's https://www.blackchippoker.eu/promot...dem-no-limits/
Short Deck Hold'em Calculator Quote
01-26-2019 , 07:56 AM
Hello guys, i'd like to introduce you brand new short deck hold'em calculator www.shortdeckholdem.com
Short Deck Hold'em Calculator Quote
02-07-2019 , 06:41 PM
I've shared my Short Deck and 6+ Hold'em Calculator here:
https://cardquant.com/short-deck-calculator/

Use of the calculator is free at this time.
Short Deck Hold'em Calculator Quote
02-18-2019 , 09:59 AM
There is a discord channel about 6+ if anyone is interested to learn about the game with fellow players: https://discord.gg/2PTczvX
Short Deck Hold'em Calculator Quote
05-21-2019 , 09:29 PM
The 6+ version is broken for me too, no difference between that and the triton.

Straights still beating trips.

Great interface though. Nicely done.
Short Deck Hold'em Calculator Quote
10-21-2019 , 06:53 PM
ill join the group and share the only real good strategy and shortdeck/6+ holdem community out there.

find us here on: https://sixplusholdem.com/ or our discord channel: https://discord.gg/A8Gfkfq

see you guys!
Short Deck Hold'em Calculator Quote
02-13-2020 , 12:36 PM
I could run custom preflop shortdeck calculations upon request, contact me via discord: gtosolutions#9686
Short Deck Hold'em Calculator Quote
05-04-2021 , 11:14 PM
Hi. This app supports ShortDeck - www.hack.poker
First time it loads for about 30 seconds, but all the subsequent times it will load almost instantaneous.
It has somewhat unusual interface - command line, but actually it is much faster in many situations to input range from keyboard than select it with a mouse.
You can calculate equities between ranges. You can specify any kind of board you can imagine, for example calculate equity of QQ vs 9T on any A high flop.
You can calculate hand strength distribution. To switch to ShortDeck mode use command - 'game sd'
Short Deck Hold'em Calculator Quote
05-29-2021 , 10:44 PM
Thanks mate i been using this a ton!
Short Deck Hold'em Calculator Quote

      
m