tric-tac-toe


A new twist (or perhaps "tilt") on the classic Tic-Tac-Toe game

Sean McKean presents

Tric-Tac-Toe

The board resembles a Rubik's Cube surface; three players each take turns filling up the surface of the board. Once the board is full, a winner is declared according to the point totals of each player.

The "tric"ky part is the connections on the board that score points.

Requires SDL library (http://www.libsdl.org/download-1.2.php), SDL_image (http://www.libsdl.org/projects/SDL_image/), and SDL_ttf (http://www.libsdl.org/projects/SDL_ttf/).


Find more software projects on my homepage at http://systemsymmetry.com.


Some game shots:

Screenshot of the tutorial screen

http://tric-tac-toe.googlecode.com/files/ss2.png

Some settings to alter player information (saved in between games)

http://tric-tac-toe.googlecode.com/files/ss3.png

A sample beginning round

http://tric-tac-toe.googlecode.com/files/ss1.png

The end screen

http://tric-tac-toe.googlecode.com/files/ss4.png

Project Information