Welcome, Guest! Log In | Create Account

Share

Tic Tac Toe

by bluesmoon

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 loses. It is more of an experiment than anything else.


http://tictactoe-score.sourceforge.net

Puzzle Games

Project Feed

  • Forum thread added

    hackrobat created the py-tictactoe tarball forum thread

    06:27AM on May 10 2003 by hackrobat

  • tictactoe 1.2.1 file released: tictactoe-amigaos

    17 December 2001
    version 1.2.1
    
    - Fixed one more losing case.  Thanks to Philipp Niemann.
    
    14 December 2001
    version 1.2
    
    - Changed scores to handle one losing case
    
    
    1 December 2001
    version 1.1.1
    
    - Added comments into header files t3types.h and ...

    12:00AM on Oct 27 2002

  • Code committed

    bluesmoon committed patchset 3 of module pyctactoe to the Tic Tac Toe CVS repository, changing 1 files

    09:59AM on Sep 11 2002 by bluesmoon

  • Code committed

    bluesmoon committed patchset 3 of module tictactoe to the Tic Tac Toe CVS repository, changing 1 files

    09:58AM on Sep 11 2002 by bluesmoon

  • Code committed

    bluesmoon committed patchset 2 of module pyctactoe to the Tic Tac Toe CVS repository, changing 11 files

    06:21PM on Sep 10 2002 by bluesmoon

  • Code committed

    bluesmoon committed patchset 1 of module pyctactoe to the Tic Tac Toe CVS repository, changing 11 files

    06:21PM on Sep 10 2002 by bluesmoon

  • Code committed

    bluesmoon committed patchset 2 of module tictactoe to the Tic Tac Toe CVS repository, changing 18 files

    06:18PM on Sep 10 2002 by bluesmoon

  • Code committed

    bluesmoon committed patchset 1 of module tictactoe to the Tic Tac Toe CVS repository, changing 18 files

    06:18PM on Sep 10 2002 by bluesmoon

  • tictactoe 1.2.1 file released: tictactoe-1.2.1.tar.gz

    17 December 2001
    version 1.2.1
    
    - Fixed one more losing case.  Thanks to Philipp Niemann.
    
    14 December 2001
    version 1.2
    
    - Changed scores to handle one losing case
    
    
    1 December 2001
    version 1.1.1
    
    - Added comments into header files t3types.h and ...

    06:30PM on Dec 16 2001

  • tictactoe 1.2 file released: tictactoe-1.2.tar.gz

    14 December 2001
    version 1.2
    
    - Changed scores to handle one losing case
    
    
    1 December 2001
    version 1.1.1
    
    - Added comments into header files t3types.h and t3visual.h
    
    
    9 October 2001
    version 1.1
    
    - Board size determined at run time thanks to Jesse ...

    06:30PM on Dec 13 2001

Tic Tac Toe Actions