Search:

Type: Posts; User: Norm

Search: Search took 0.10 seconds.

  1. Replies
    8
    Views
    2,347

    Re: Logic Error in noughts and crosses game

    How many winning combinations are there? Can they be put in an array and used in a loop?
    I'm thinking of the game of tictactoe played on and 3x3 board. The 9 winning combos:...
  2. Replies
    8
    Views
    2,347

    Re: Logic Error in noughts and crosses game

    Have an array of all possible winning combinations and use that to determine if a defensive move needs to be made or if an offensive move can be made.
Results 1 to 2 of 2