Hi,

This really isn't a code specific quesiton, but this is probably the best place to post it. I started working on a poker game about a year ago, and I haven't worked on it in about 6 months or so. I probably won't have time to work on it soon, so I was wondering if anybody wanted to take a look at it. I will make the code freely available to anybody who wants. You can do anything you want with it from taking off from where I left off to just getting ideas from what I tried to do.

The poker game itself is just regular five card draw, but the code could be rewritten for something else I suppose. I got it to do pretty much everything but AI, which I did have a few ideas for but never got around to adding. Anyway, it will deal two hands, one for the computer and one for the user. The user can then check, bet, or fold. If you check or bet you can click on the cards you want to get rid of and replace them with new (yes, non repeating) new cards. From there, you can bet or check again and then the computer's cards are displayed. All throughout this runtime, it can determine what you have in your hand such as a pair or straight and can determine whose hand is higher even if both have a pair for example. The computer does not bet or change cards yet, though. That is where I left off and is really all that need to be worked on other than various things here and there.

So anyway, if anybody wants it, I'll post it along with a test application I wrote for changing the probabilties of getting three outputs (one of my AI ideas). I tried to document everything as best as I could.