70 lines
579 B
HTML
70 lines
579 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>ttt(1)</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<H1>ttt(1)</H1>
|
|
<HR>
|
|
<PRE>
|
|
|
|
</PRE>
|
|
<H2>NAME</H2><PRE>
|
|
ttt - tic tac toe
|
|
|
|
|
|
</PRE>
|
|
<H2>SYNOPSIS</H2><PRE>
|
|
<STRONG>ttt</STRONG>
|
|
|
|
|
|
</PRE>
|
|
<H2>EXAMPLES</H2><PRE>
|
|
|
|
<STRONG>ttt</STRONG> # Start the game
|
|
|
|
|
|
</PRE>
|
|
<H2>DESCRIPTION</H2><PRE>
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</PRE>
|
|
</BODY>
|
|
</HTML>
|