Search:

Type: Posts; User: Maukkv

Search: Search took 0.11 seconds.

  1. Replies
    7
    Views
    1,120

    Re: Noughts and Crosses/Tic Tac Toe code problem

    Ah Excellent! It works as planned. Thanks guys! I didn't realise that in that instance the isComplete() method was setting the value of each entry back to zero each time.
    :)
  2. Replies
    7
    Views
    1,120

    Re: Noughts and Crosses/Tic Tac Toe code problem

    Okay thanks again.
    I am actually having problems getting the game to work now when I make a move.
    When I try to input rows and columns in order to activate the makeMove() method nothing happens and...
  3. Replies
    7
    Views
    1,120

    Re: Noughts and Crosses/Tic Tac Toe code problem

    Ah of course, that was silly of me. Thanks!
    I now just have the problem with board.isComplete() = false.
    It states "unexpected type, required variable, found value" but I'm not sure what it refers...
  4. Replies
    7
    Views
    1,120

    Noughts and Crosses/Tic Tac Toe code problem

    I'm trying to create a noughts and crosses game, that runs without the need for any GUI components, with the following code. (I've marked in bold where the errors occur)

    (Some pointers: I've used...
Results 1 to 4 of 4