60 lines
580 B
Groff
60 lines
580 B
Groff
|
|
|
|
TTT(1) Minix Programmer's Manual TTT(1)
|
|
|
|
|
|
NAME
|
|
ttt - tic tac toe
|
|
|
|
SYNOPSIS
|
|
ttt
|
|
|
|
EXAMPLES
|
|
|
|
ttt # Start the game
|
|
|
|
DESCRIPTION
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1
|
|
|