Home
Name Modified Size InfoDownloads / Week
README.txt 2012-12-27 855 Bytes
TicTacToeSetupVer1.0.zip 2012-12-27 1.6 MB
TicTacToe(Hard Level).zip 2012-12-26 9.9 kB
TicTacToc.exe 2012-12-25 34.8 kB
Totals: 4 Items   1.7 MB 0
Date: 27th December, 2012
Author: Shivinder Singh Narr
Website: shivindersingh.zxq.net
Contact: shiv_narr@yahoo.com
~~~~~~~~~~~~~~~~
TIC TAC TOE GAME
~~~~~~~~~~~~~~~~ 
This is a most popular game. It is a pencil-and-paper game for two players, X and O,
who take turns marking the spaces in a 3×3 grid.The player who succeeds in placing three respective marks in a
horizontal, vertical, or diagonal row wins the game.
Players	2
Setup time		Minimal
Playing time		~1 min
Random chance		None
Skill(s) required	Strategy, tactics, observation
Synonym(s):		Noughts and crosses, Naughts and crosses, Tick-tack-toe, Tick-tat-toe, Tit-tat-toe, Xs and Os
~~~~~~~~~~~~~~~~~
TECHNICAL DETAILS
~~~~~~~~~~~~~~~~~
This game is developed in C++ using OpenGL glut utility for graphics.
It uses Artificial Intelligence procedure called MIN-MAX algorithm.
Source: README.txt, updated 2012-12-27