Search:

Type: Posts; User: syedfahadjalali

Search: Search took 0.08 seconds.

  1. Replies
    8
    Views
    1,135

    Re: how to enforce loop to wait

    public static void startGame(){
    Deck dock = new Deck();
    for(int j=0;j<13;j++)
    for(int i=0;i<4;i++)
    deckArray[i] = Player[i].play(); //here deckArray will...
  2. Replies
    8
    Views
    1,135

    how to enforce loop to wait

    I am stuck from last 1 month and i didnot find any solution. my problem is i am writing a game of four players. three are computers and one human.

    so there are a play() funtion for computers and...
Results 1 to 2 of 2