Search:

Type: Posts; User: Norm

Search: Search took 0.19 seconds.

  1. Replies
    8
    Views
    4,825

    Re: Java Game - Alternate between players

    Sounds like you need to go back to the design stage as I suggested in post #2.
  2. Replies
    8
    Views
    4,825

    Re: Java Game - Alternate between players

    If you have already designed and coded the app, what happens when you execute it?
  3. Replies
    8
    Views
    4,825

    Re: Java Game - Alternate between players

    What are the things to be done in each role? Can they be isolated to methods? One for each role. Then have a master method that calls the method for the role to be played.
  4. Replies
    8
    Views
    4,825

    Re: Java Game - Alternate between players

    Do you have code to send and receive the messages?
    How often are messages sent and by whom?
    Make a list of each message that is sent showing from whom/to whom
    add what the receiver does and what...
Results 1 to 4 of 4