Browse by Tags

All Tags » Games4 .NET » WinForms » Whidbey (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...

Visual C# Express 2005: Creating a Poker Application, Source Download

Answering a couple of user questions for persistence: How do you test during the development of an application like Poker? Well, I'd say that the design and whiteboard sketches that I'm going to have in my book really help limit the amount of testing...

Visual C# Express 2005: Creating a Poker Application, 1PM (PDT) Thursday, That's Today!

If you want to show up here you go http://go.microsoft.com/fwlink/?LinkId=31156 . Now, to give a short disclaimer, I actually bought a head-set this time, so no more crook-necking the entire time. I'm also ten times more prepared for what is going to...
More Posts