Select Page
Poker Forum
Over 1,292,000 Posts!
Poker ForumBeginners Circle

poker software

Results 1 to 4 of 4
  1. #1

    Default poker software

    I want to get used to C++ again because I'm going to study IT at a college in Germany soon, so I figuered why not program something that I'm actually interested in and learn C++ again while doing it

    The plan is to start with really basic stuff and then keep adding new stuff and functions.
    Right now it's a console application that reads all your PS hand histories, and converts them in a new file that contains information about every player in your HH's. It then lets you search for a player and shows his stats.
    Right now it's only: VPIP, Aggression, avg. winrate, winnings, hands played, time played.

    Like I said it's only a console application right now, what I want/need to do is:
    - add more information about players (would be nice if you could give me hints on what you would want to know about a player)
    - create a good intuitive windows GUI
    - create a HUD that displays the information on the PS table.

    The HUD will probably be the hardest to do...btw the programm is for PS only right now.

    I'm thankful for all suggesstions on what features you would want, and what player information.
    - Don't Panic -
  2. #2
    Sounds like a good program.
    How about showing how much you won/lost vs these opponents as well. I like to play against people I beat often.

    If you can make the program into a hunting program, that would be great. Since many players disable the search function, a program that "spiders" through PS and finds bad players for you, that you have played against before.

    You could call it "Poker Hunter" !!!!
  3. #3
    i like the color coding that the ongame network provides.. that way you can have your own system on which color is which type of player.. it puts a little colored dot next to their name, also an ability to add a note like ongame does..

    i dont like the not system at pstars as much.

    you could integrate that into the "hunting" software the previous poster was discussing. set a color (say red) that your program auto-hunts for.
    Oldest TerryBlog (the good ole days): http://www.flopturnriver.com/phpBB2/...oker-40661.htm

    Older TerryBlog (failed attempt #1):
    http://www.flopturnriver.com/phpBB2/...887&highlight=
  4. #4
    Thanks for the suggestions, the hunting part I'm not sure I can do that but I'll definately look into it.
    - Don't Panic -

Posting Permissions

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