Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. Replies
    18
    Views
    1,256

    Re: Game over method not updating correctly

    Is this problem solved? Please mark it as solved.

    Please start a new thread for a new topic.
  2. Replies
    18
    Views
    1,256

    Re: Game over method not updating correctly

    That may be because it needs more work.
    Debugging a program is a big part of programming. It's important to learn how.

    What does the print out show? Does it show when a win is detected and when...
  3. Replies
    18
    Views
    1,256

    Re: Game over method not updating correctly

    When should the variable be updated? It seems that it should do it after the win has been found. It shouldn't do it before the win.

    Have you tried tracing or debugging the program to see what it...
  4. Replies
    18
    Views
    1,256

    Re: Game over method not updating correctly

    One possible problem I see: using == to compare Strings instead of the equals() method.
Results 1 to 4 of 4