Thread
:
C.H.A.R.M. +1 Trisphee [B> MDIs, Events, etc] [UPDATE!!]
View Single Post
Chi
Delicate Soul
#
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
Posted 12-11-2012, 07:22 PM