repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vm: util.S not used currently; leave it out.
[minix.git]
/
man
/
man6
/
ttt.6
blob
9caf2ffe3c42a50b25dec49e89b0cd8967764609
1
.TH TTT 6
2
.SH NAME
3
ttt \- tic tac toe
4
.SH SYNOPSIS
5
\fBttt\fR
6
.br
7
.de FL
8
.TP
9
\\fB\\$1\\fR
10
\\$2
11
..
12
.de EX
13
.TP 20
14
\\fB\\$1\\fR
15
# \\$2
16
..
17
.SH EXAMPLES
18
.EX "ttt " "Start the game"
19
.SH DESCRIPTION
20
.PP
21
This program allows the user to engage in a game of tic tac toe (noughts and
22
crosses) with the computer.
23
The program uses the alpha-beta algorithm, so the user had better be sharp.