Card Games HELP asap please

games , java , help , programming , questions Salinas, United States
  • 11 years 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 a reply

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

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

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“The difference between theory and practice is smaller in theory than in practice.”