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.
Be the first to post a text review of Tic Tac Toe. Rate and review a project by clicking thumbs up or thumbs down in the right column.
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 t3visual.h 9 October 2001 version 1.1 - Board size determined at run time thanks to Jesse Perry - Default board size still specified at compile time - Only odd sized boards, or size 0 board allowed at run time. 4 October 2001 version 1.0 Initial Release - Six scoring rules - Board size determined by compile time directive - Any board size allowed, but may not work
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?