NETTOE(6) | Games Manual | NETTOE(6) |
nettoe - Networked version of Tic Tac Toe for the console.
nettoe [OPTIONS]
netToe is a console-based version of the classic game "Tic Tac Toe". It is playable against computer AI, against a player on the same machine, or against another player over the network.
First decide who will host the game: you or your opponent. The hosting player must next do the following.
Now the other player, the one connecting to the game server, must:
Enjoy yourselves. If you have any problem, just let us know.
netToe uses TCP port 7501 as listening port of the server engine, unless configured otherwise during build time. Use "nettoe -v" to display the configured port.
That port must therefore be usable as destination port over the network. Otherwise remote games would not be possible. For a local game this is of course mostly irrelevant, but filtering firewalls might intercept connections in general.
netToe offers a mode of play where the computer acts as opponent with some limited built-in abilities to simulate dynamic decisions. Three levels of AI strength are made available:
There are plans for a further level using a look-ahead search of depth two. This would improve the usefulness of netToe as an educational tool. A further level, which is learning from past plays within each session, could also be an interesting enhancement.
The latest version of this program can be found at
Report bugs to <meand@users.sourceforge.net>. For a list of known bugs, see the BUGS file in the netToe source package.
netToe is written by Gabriele Giorgetti <ggdev@users.sourceforge.net> and by Mats Erik Andersson <meand@users.sourceforge.net>.
This manual page was initially written by Andras Bali <bali@debian.org>, for the Debian GNU/Linux system, and was later rewritten by Gabriele Giorgetti to be distributed in the netToe source package.
Copyright © 2000,2001 Gabriele Giorgetti,
This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
March 21, 2014 | netToe 1.5.1 |