Search:

Type: Posts; User: BlacKDay

Search: Search took 0.20 seconds.

  1. Re: first consul game in java (tic tace): problem with the winner check method

    78: line = board[0][0] + board[0][1] + board[0][2];
    all variable as initialized

    static String line = "1"; //I initialized its with 1 just for its no to be null
    public static String[][] board;...
  2. Re: first consul game in java (tic tace): problem with the winner check method

    Hey,
    I have checked and I initialize the variable that was null this problem is solved/

    it's still doesn't find the winner the func is now working

    This is the problematic function:

    static...
  3. first consul game in java (tic tace): problem with the winner check method

    Hey,

    This is my first seruis code,
    I will be glad if you first help me solved the problem, and you are welcome to give me general tips

    When the "winner checker" func that I build is running...
Results 1 to 3 of 3