Search:

Type: Posts; User: syedfahadjalali

Search: Search took 0.08 seconds.

  1. Replies
    13
    Views
    3,387

    Re: Bridge Card Game.

    thanks its working
  2. Replies
    13
    Views
    3,387

    Re: Bridge Card Game.

    yes it is Modal
  3. Replies
    13
    Views
    3,387

    Re: Bridge Card Game.

    yes this is the problem
  4. Replies
    13
    Views
    3,387

    Re: Bridge Card Game.

    ok let me post that code

    --- Update ---

    This is human play() method


    public void play(){
    synchronized(Deck.getPlayers()[0]){
    try{
  5. Replies
    13
    Views
    3,387

    Re: Bridge Card Game.

    dear Norm the logic is some AI algorithm which is working fine. actually the problem is not in playingLogic. let consider the method of Play is something which returns a card and set the next player....
  6. Replies
    13
    Views
    3,387

    Re: Bridge Card Game.

    if i create a thread that handles the Play function and use wait() and notify() methods for thread handling should it be a good idea ?
  7. Replies
    13
    Views
    3,387

    Bridge Card Game.

    Dear Programmers I am stuck in middle of Game. I have planned all the Game but while writing its code i am stucked.
    Here is my first class which is working fine. it created 52 objects of Card

    ...
Results 1 to 7 of 7