Ultra Tic Tac Toe is a console board game package that includes a highly-optimized and multithreaded AI engine. Three games are included with UTTT 0.11.0: Tic Tac Toe, Connect 4, and The K-Map Game.
The major change in version 0.11.0 is the addition of The K-Map Game. In this game, players place '0's and '1's on a Karnaugh map, each trying to form the most minimal logic expression. (See the release notes for details, or just try it out!) Version 0.11.0 also includes minor speed and functionality improvements.
I'm still here, I just took a long break from working on this program. A new version, 0.10.0-pre2, is out, with a bunch of new features and a lot more speed. Check it out! If you don't like the -pre2 in the version number, 0.10.0 should be out soon too -- I just need to fix a couple things first.
The CVS version now includes a Connect Four game as well as Tic Tac Toe. I'm not sure how to name things yet, but for now, to play connect four, just rename or link the 'ttt' executable to 'connect4'.
Since Ultra Tic Tac Toe is not only a multithreaded program, I have decided to change the name from Multithreaded Tic Tac Toe. It's still the same program.
This release includes a number of fixes and optimizations over version 0.8.0, as well as using autoconf for increased portability and flexibility.