Download List

Descripción del Proyecto

Ultra Tic Tac Toe is a console board game package that includes tic tac toe (naughts and crosses) and connect 4. Tic tac toe can be played on 3x3 through 7x7 boards. UTTT contains a highly optimized computer AI engine which supports PThreads.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-09-19 11:42
0.10.1

Esta versión incluye una mejora en la interfaz de juego, 7x7 Tic Tac Toe juntas, y muchas más optimizaciones.
Tags: Minor feature enhancements
This version includes an improved in-game interface, 7x7 Tic Tac Toe boards, and many more optimizations.

2002-09-10 06:13
0.10.0

Un motor reescrito pthreads (para una mejor aceleración con hilos múltiples, si se ejecuta en una máquina multi-procesador) y un mejorado sistema de puntuación (con 5x5 y 6x6 juegos tic tac toe, y las puntuaciones reales se muestran, no sólo la diferencia de puntaje) .
Tags: Major feature enhancements
A rewritten pthreads engine (for better speedup with multiple threads, if run on a multi-processor machine) and an improved scoring system (with 5x5 and 6x6 tic tac toe games, the actual scores will be shown, not just the difference in scores).

2001-03-24 00:06
0.10.0-pre1

Este comunicado se cambia el nombre a Ultra Tic Tac Toe, añade Conecta 4, y hace algunos cambios a la Junta de estructura (para Connect4).
Tags: Major feature enhancements
This release changes the name to Ultra Tic Tac Toe, adds Connect 4,
and makes some changes to the Board struct (for connect4).

2001-03-01 07:59
0.9.2

El código se cambió de C + + a C. Un código de limpieza que se hizo. Optimizaciones menores fueron realizados.
Tags: Minor bugfixes
The code was switched from C++ to C. A code cleanup was done. Minor optimizations were made.

2001-02-16 21:29
0.9.1

Una solución para el movimiento de toma de algoritmo (en la versión 0.9.0 el equipo estaba perdiendo un montón de juegos), un montón de optimizaciones, y un cambio al uso de autoconf.
Tags: Minor feature enhancements
A fix for the move-making algorithm (in version 0.9.0 the computer was losing a lot of games), lots of optimizations, and a switch to using autoconf.

Project Resources