Browse by Tags

All Tags » Cards (Poker) » WinForms (RSS)

A quick view of the CardManager class playing Solitaire... and it still plays Poker as well ;-)

I hate dropping source code directly into a blog posting, but what the hell, it isn't very long at all. CardManager<StandardCard> cardMan = new CardManager<StandardCard>(); deck = cardMan.AddHand( "Deck", StandardCard.StandardDeck ); // Set...
More Posts