Search:

Type: Posts; User: vess28

Search: Search took 0.07 seconds.

  1. Replies
    5
    Views
    1,300

    Re: Tic Tac Toe problem help!

    I found my mistake! I had to declare "choice" before the if statement. The next part of my assignment is to make this client-server but I'm guessing this isn't the right part of the forum for that!...
  2. Replies
    5
    Views
    1,300

    Re: Tic Tac Toe problem help!

    Oh and by the way, sorry that my code is not very neat and not highlighted, but I'm a beginner to java and the forum!
  3. Replies
    5
    Views
    1,300

    Re: Tic Tac Toe problem help!

    Ok! So I tried inserting the following if statement:




    if (t.getPlayer()==1)
    {

    String playerMove =...
  4. Replies
    5
    Views
    1,300

    Tic Tac Toe problem help!

    Hello guys! This is what my code looks like at the moment:





    public class TicClass

    {
Results 1 to 4 of 4