66 lines
505 B
Plaintext
66 lines
505 B
Plaintext
|
|
|
|
|
|
|
|
|
|
Command: ttt - tic tac toe
|
|
Syntax: ttt
|
|
Flags: (none)
|
|
Example: ttt # Start the game
|
|
|
|
This program allows the user to engage in a game of tic tac toe
|
|
(noughts and crosses) with the computer. The program uses the alpha-
|
|
beta algorithm, so the user had better be sharp.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|