tags:

views:

54

answers:

1
+5  Q: 

C# Poker Libraries

Hi,

I'm building a simple poker website for a demo. Anyone know where I can find a set of classes encapsulating card, deck, hand etc. ?

Google is not being very helpful, (most links are to codeproject which is down until 1pm EST - I'm in Ireland).

Thanks!

+1  A: 

Codeproject is currently down for me too, but in my implementation of Texas Hold'em I used this library for representing the hands, as well as evaluating which player has the best hand (a pretty tricky task). It worked out great for me.

wsanville
Thanks, guess I'll just wait till it comes back up and take a look at that.
Jimmy C