Search:

Type: Posts; User: jps

Search: Search took 0.18 seconds.

  1. Replies
    7
    Views
    2,119

    Re: How hard would this be to write for a Beginner?

    Sure you can. Post your code when you get it working, or a question otherwise. Good luck
  2. Replies
    7
    Views
    2,119

    Re: How hard would this be to write for a Beginner?

    You can omit the repeated lines of code. A pseudocode:
    while(playersInputIsInvalid) {
    System.out.println("We have no idea what you meant!");
    getPlayerSelectionAgain;
    }
    if(playerSelectsThis) {...
  3. Replies
    7
    Views
    2,119

    Re: How hard would this be to write for a Beginner?

    I don't get what you mean by a "Challenge" generator.. but for multiple arrays:
    Multi-dimensional arrays, like int[][][] for a nice 3D setup
    ArrayList - a class made for toying with data

    Eh,...
Results 1 to 3 of 3