Search:

Type: Posts; User: XP360

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    2,420

    Re: Tic-Tac-Toe Invalid Moves

    gamePiece function I redid it and it works fine now but I am not really catching what you are saying about board. I kinda understand kinda don't,
    Thanks for your words.
  2. Replies
    6
    Views
    2,420

    Re: Tic-Tac-Toe Invalid Moves

    Ok, I found the problem to invalid move-EMPTY after changing to '\u0000' only in the boolean gamepiece the code worked


    static boolean gamePiece(char[][] board, int row, int column, char...
  3. Replies
    6
    Views
    2,420

    Tic-Tac-Toe Invalid Moves

    Every move I make is invalid, help.

    i.e.

    Enter a row (0, 1, or 2) for player X: 0
    Enter a Column (0, 1, or 2) for player X: 0
    Invalid move
    Enter a row (0, 1, or 2) for player X: 0
    Enter a...
Results 1 to 3 of 4