11-20-2009, 10:11 PM
If you go first, this will work every time, If you don't go first, this will work most of the time.
Basically you want to make a triangle in 3 of the 4 corners like such:
Or:
Etc..
So now you have three(3) ways to win, and your opponent can only block 1!
This triangle method also works in other ways:
Now hopefully your a little better at tic-tac-toe
Basically you want to make a triangle in 3 of the 4 corners like such:
Code:
_x_|___|_x_
___|___|___
x | |
Or:
Code:
_x_|___|_x_
___|___|___
| | x
So now you have three(3) ways to win, and your opponent can only block 1!
This triangle method also works in other ways:
Code:
___|___|___
___|_x_|___
x | | x
Code:
___|___|___
___|_x_|___
x | x |
Now hopefully your a little better at tic-tac-toe