|
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.
|