Search:

Type: Posts; User: Demetrius82

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    1,586

    Re: Question regarding 2d arrays

    Yeah, alright thanks guys for your help!
  2. Replies
    8
    Views
    1,586

    Re: Question regarding 2d arrays

    Ok, so what I would have to do is to store an instance of my class in each cell like at 0,0 all the way to 10,10 if I had a 10 X 10 grid. Correct?
  3. Replies
    8
    Views
    1,586

    Re: Question regarding 2d arrays

    Yes I knew that, but what I was confused on was how to store the instances of that class into an individual cell, that is what I need help on. Like I wanted to make 2darray[0][0] = some call to a...
  4. Replies
    8
    Views
    1,586

    Re: Question regarding 2d arrays

    I am new to java, so bear with me, how exactly would you be able to have each tile hold an object that implements the interface? What would the code for that look like? Would it simply be for me to...
  5. Replies
    8
    Views
    1,586

    Question regarding 2d arrays

    Ok, this may seem like a dumb question, but I am doing a creative project for my AP computer science class, and I chose to do an RPG(original, huh? lol) anyway, it is text based and the way I have it...
Results 1 to 5 of 5