BluffinMuffin / Client

C# Client that implements BluffinMuffin.Protocol
http://ericmas001.github.io/BluffinMuffin.Client
MIT License
1 stars 1 forks source link

display current player's hand strength and probability to get stronger combination #1

Open Ericmas001 opened 9 years ago

Ericmas001 commented 9 years ago

Sometimes it's hard to understand what is REAL value of your hand. It could be nice to show such info somewhere.

Also it is very helpful to show the probability to improve you hand in later stages.

PS Please, look at free open source PokerTH UI to get the idea of what I suggest.

The current hand-evaluator is from Keith Rule on code project. I think I remember seeing that he provides tools to do what you are asking for. That will be worth looking into !

http://www.codeproject.com/KB/game/pokerhandevaldoc.aspx http://www.codeproject.com/KB/game/MoreTexasHoldemAnalysis1.aspx

Ericmas001 commented 9 years ago

Imported from Ericmas001/BluffinMuffin.Beta#9