|
Tic-Tac-Toe
The usual game of tic-tac-toe (also called ticktacktoe) is 3-in-a-row
on a board. However, a generalized
n-in-a-row on an board can also be considered.
For and 2 the first player can always
win. If the board is at least , the first player can win for
.
However, for tic-tac-toe which uses a board, a draw can always be obtained.
If the board is at least , the first player can win for
. For , a draw can always be obtained
on a board, but the first
player can win if the board is at least . The cases and 7 have not yet been fully
analyzed for an board, although
draws can always be forced for and 9. On an board, the first player can win
for , 2, 3, and 4, but a tie can always
be forced for . For and , the first player can always
win (Gardner 1979).
|