You are on page 1of 10

PROJECT ON TIC TAC TOE GAME

SUBMITTED BY Swati Sharma SUPERVISED BY Miss Kiran

High Technology Solutions (An ISO 9001-2000 Certified Company)

objectives
The

main goal of the program is to provide quick and simple entertainment. It should also be usable by young children who are still learning the game, so it will give constructive feedback when the player is making an obvious mistake. Implementation:

INTRODUCTION
It is a computer game in which two players make alternate moves on a 3*3 square. A move consists of marking a previously unmarked square. The player who is first to place three consecutive marks along a straight line on the square wins.

If neither player manages to get three consecutive marks along a straight line and all the squares on the board are filled up, then the game is drawn.

DATA FLOW DIAGRAM


DFD Level 0:

Tic-Tac-Toe Software 0

Player

DFD Level 1: Display Board 0.1

Validate move 0.2 board

Play Move 0.3

Check Winner 0.4

SYSTEM CONFIGURATION
This project will be a console application to be developed in C# SOFTWARE REQUIREMENT OPERATING SYSTEM Win-98,Win-XP,LINUX OR OTHER HIGHER VERSION EDITOR Microsoft Visual Studio 2008

HARDWARE REQUIREMENT PROCESSOR RAM DISK SPACE

PENTIUM II,PENTIUM III , PENTIUM IV OR HIGHER

64 MB OR HIGHER

130 MB

LIMITATIONS
scores cannot be displayed.

FUTURE SCOPE
My project will be able to implement in future after making some changes and modifications as I had made my project at very low level Adding fingerprints of the person of which the address is entered. We can add the snaps of the person of which the address is entered.

CONCLUSION
The two player software for TIC-TAC-TOE game work fine.

REFERENCE
Head First C#, 2nd Edition.
www.c-sharpcorner.com

You might also like