Search:

Type: Posts; User: Norm

Search: Search took 0.18 seconds.

  1. Replies
    7
    Views
    1,395

    Re: Help with Arrays (Java card game)

    You can get the same effect if you shuffle the array and use an index that points to the next card to deal.
    Increment the index as the cards are dealt.
  2. Replies
    7
    Views
    1,395

    Re: Help with Arrays (Java card game)

    If you changed how the cards are stored to use an ArrayList, then you could shuffle the list and remove the cards one at a time from the list.
Results 1 to 2 of 2