Search:

Type: Posts; User: craigjlner

Search: Search took 0.27 seconds.

  1. Replies
    3
    Views
    1,279

    Re: invoking method from another class ..

    1. I see what you mean : when i say Player1 = new Player (1, 0, 0) main should go to the Player class and find that the paraemters reprensent 'int location, int turns, int skipped'. However when I...
  2. Replies
    3
    Views
    1,279

    invoking method from another class ..

    Hi. I am a beginner still in Java. This is a 'chutes and ladders' game. It has 3 classes:

    Players.java (contains main() )
    Player.java (is basically the blue print for Player objects which will...
Results 1 to 2 of 2