Search:

Type: Posts; User: angelus2402004

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    3,073

    Re: tic tac toe single array code help

    I worked on it some more. But I still can't figure out how to get the input the player enters to go to the designated space and for that space to be an X.

    /*

    import java.io.*;

    public class...
  2. Replies
    4
    Views
    3,073

    Re: tic tac toe single array code help

    So far the program shows the menu of where player 1 is supposed to choose where the x goes. When I enter a number 1-8 it shows the number I entered and that's it so far. I can't figure out where/how...
  3. Replies
    4
    Views
    3,073

    tic tac toe single array code help

    Hi. I am having trouble writing the code to create a tic tac toe game using a single array. I don't know where to start with getting the rest of the code to work. Can anyone please help me.

    This...
Results 1 to 3 of 3