|
NAMEnettoe - Networked version of Tic Tac Toe for the console.SYNOPSISnettoe [OPTIONS]DESCRIPTIONnetToe 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.OPTIONS
HOW TO PLAY VIA NETWORKFirst 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. NETWORK PORTSnetToe 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. USING THE AI MODESnetToe 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. AVAILABILITYThe latest version of this program can be found athttp://nettoe.sourceforge.net/
BUGSReport bugs to <meand@users.sourceforge.net>. For a list of known bugs, see the BUGS file in the netToe source package.AUTHORnetToe 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. COPYRIGHTCopyright © 2000,2001 Gabriele Giorgetti,© 2001 Andras Bali,
© 2012,2013,2014 Mats Erik Andersson. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Visit the GSP FreeBSD Man Page Interface. |