Search:

Type: Posts; User: Buzzins

Search: Search took 0.11 seconds.

  1. Replies
    6
    Views
    4,009

    Re: Shuffling a 2D array

    I was using a 2dim as it sets up a 4x4 grid to find the values for the game
  2. Replies
    6
    Views
    4,009

    Re: Shuffling a 2D array

    shuffled as in a single array, I'm not too sure how to get the vaulues from the 2dim array to the single however?
  3. Replies
    6
    Views
    4,009

    Shuffling a 2D array

    public class Puzzle {
    public static String[][] grid = new String[4][4];

    public static void setupGame(){
    int count = 1;
    for(int i=0;i<4;i++){
    for(int...
Results 1 to 3 of 3