Closed Thread
Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: .. creating a holdem odds software .. need advice/critisism ..

  1. #11
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: .. creating a holdem odds software .. need advice/critisism ..

    Unfortunately, it will involve several things:
    1) analyzing what is currently on the table to determine which hands are possible
    2) given what's on the table, determine the probability of each hand for each opponent
    3) analyzing what is on the table and in your hand to determine which hands are possible
    4) given what's on the table and in your hand, determine he probability of each hand are possible

    After you do all that, you get to figure out the likelihood of winning. It's not entirely trivial, but not too hard if you know how to do the computations.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

  2. CODECALL Circuit advertisement
    Join Date
    Always
    Posts
    Many

     
  3. #12
    denarced is offline Programmer
    Join Date
    Jul 2008
    Location
    Joensuu, Finland
    Posts
    182
    Rep Power
    0

    Re: .. creating a holdem odds software .. need advice/critisism ..

    Quote Originally Posted by WingedPanther View Post
    2) given what's on the table, determine the probability of each hand for each opponent
    .. hmm .. wouldn't that be the same for each opponent ? ..
    .. otherwise your structuring doesn't seem too difficult ..
    .. certainly do-able ..

  4. #13
    Join Date
    Jul 2006
    Posts
    16,478
    Blog Entries
    75
    Rep Power
    143

    Re: .. creating a holdem odds software .. need advice/critisism ..

    In general, yes. However what one opponent gets will impact what the other opponents can get. For example, only one person can get an Ace-high straight flush.
    Programming is a branch of mathematics.
    My CodeCall Blog | My Personal Blog

Closed Thread
Page 2 of 2 FirstFirst 12

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. I need advice on a software I came up with
    By jawerty in forum Visual Basic Programming
    Replies: 2
    Last Post: 04-04-2011, 10:08 AM
  2. Creating own software
    By LemonMan in forum Linux Applications
    Replies: 5
    Last Post: 12-04-2008, 07:44 AM
  3. Replies: 0
    Last Post: 06-29-2008, 10:32 AM
  4. Creating Software and Graphic Interfaces Question
    By idontknow87 in forum General Programming
    Replies: 14
    Last Post: 08-24-2007, 03:35 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts