0% found this document useful (0 votes)
115 views10 pages

Submitted By: Swati Sharma

This document summarizes a project to create a tic-tac-toe game. The objectives are to provide quick entertainment and give feedback on mistakes. It will be a console application developed in C# for Windows using Visual Studio 2008. The game allows two players to alternate moves on a 3x3 board until someone places 3 marks in a row or the board is full with no winner. Future improvements could add player profiles with photos and fingerprints. The current version works properly as a two-player tic-tac-toe game.

Uploaded by

swatisharma2608
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
115 views10 pages

Submitted By: Swati Sharma

This document summarizes a project to create a tic-tac-toe game. The objectives are to provide quick entertainment and give feedback on mistakes. It will be a console application developed in C# for Windows using Visual Studio 2008. The game allows two players to alternate moves on a 3x3 board until someone places 3 marks in a row or the board is full with no winner. Future improvements could add player profiles with photos and fingerprints. The current version works properly as a two-player tic-tac-toe game.

Uploaded by

swatisharma2608
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 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