Search code examples
c#poker

C# Poker Libraries


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!


Solution

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