Short: An implementation of the children's game Author: bluesmoon@users.sourceforge.net (Philip S Tellis) Uploader: christopher nelling de (Christopher Nelling) Type: game/board Architecture: ppc-morphos MorphOS Port by Christopher Nelling This implementation of tictactoe can have an NxN sized board, where N is an odd number >= 3. What makes this implementation different from others is that it does not use lookahead, and still never lo ses. It is more of an experiment than anything else.