Search:

Type: Posts; User: peper955

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    1,523

    Re: help with "Stacked" list

    it works fine I just need help with the loop. I need it to take the sum of dice1 and run a loop that many times
  2. Replies
    9
    Views
    1,523

    Re: help with "Stacked" list

    so iv pieced together a program to act as the shell

    public class chest{
    public static void main(String[] args) {
    int dice1;

    welcome();

    }
    public static void...
  3. Replies
    9
    Views
    1,523

    Re: help with "Stacked" list

    Mostly i'v just changed the background of webpages and making buttons. I took 1 year of "programing" that turned out to be nothing more than a typing class with extra benefits.
  4. Replies
    9
    Views
    1,523

    Re: help with "Stacked" list

    Thats just it, i dont know where i'd start.
    I know i nead a random number code for all 3 parts
    And a loop that runs n times.
    But i dont know how to start wrighting the code.
  5. Replies
    9
    Views
    1,523

    help with "Stacked" list

    I'm trying to make a semi-random list of items for a maze, but since I'm new to java I wouldn't know how.

    the way I'm currently doing it is, roll a d12+11 for n (the number of items in the chest),...
Results 1 to 5 of 5