You will get to move first, use the cursor keys to select your move. When the box you want to move in is hi-lighted press the enter key. That will place an X in the box you selected. The objective of the game is to have 3 X'S in a row, either vertically, horizontally, or diagonally.
The options are as follows:
The computer will act as the second player. The computer will first check to see if it can win by making a move. If it can't it will try to block you from winning. If it doesn't it will go into a random section defined by the computer_moves[] array in ai.c. Watch out, he's pretty sneaky ;).
You will act both as the first player and the second player. Once you make your first move, it will prompt you to make another move to make the second player's move. Ya. It's lots of fun...
Sorry guys, I haven't finished this yet because I can't find any stuff on sending messages between users on linux systems'. If you have any of this information, please send it to me and I'll be happy.
When a player wins the game by having 3 X's or O's in a row, it will show you a message and quit. You have to run tictac2 again to play the game again. you will have to press a key to quit. It will show you the GNU license before quitting.
If you found a bug please send me E-Mail.