Browse by Tags

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

Describing the limits of the generic Deck previously created for the Poker application.

Jason Olson has some comments about the Poker Deck I developed and I am starting to agree with some of them. Not that the integrated Hand is bad, but more that the integrated Hand is not tightly integrated enough to be sufficiently useful. So what am...

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