View Single Post
Chi Chi is offline
Delicate Soul
Default   #1757  
Yeah, unfortunately I can't do that.
I'm trying to get another job since Gamestop isn't giving me hours.

And unfortunately the snow melted.
I saw some of it but it melted. xD;

This is a part of what I've been doing all day:
public void DealHands()
{
for (int i = 0; i < 52; i++)
{
WHand.AddCard(Deck[i++]);
NHand.AddCard(Deck[i++]);
EHand.AddCard(Deck[i++]);
SHand.AddCard(Deck[i]);
}
}
Programming, programming, programming.


Broken Spirit
Old Posted 12-11-2012, 07:22 PM Reply With Quote