Community discussion forum

Card Games HELP asap please

  • 7 months ago
    Deck d = new Deck(); d.shuffle(); addObject(d, 4, 1); Card [] hand1 = new Card[5]; for (int i = 0; i < 5; i++) { Card c = d.deal(); hand1 [i] = c; addObject(c, 2+i, 3); } Card [] hand2 = new Card[5]; for (int i = 0; i < 5; i++) { Card c = d.deal(); hand2 [i] = c; addObject(c, 2+i, 5);
    Post was edited on 23/04/2009 00:59:41 Report abuse

Post a reply

No one has replied yet! Why not be the first?

Sign in or Join us (it's free).

Want to stay in touch with what's going on? Follow us on twitter!