Vous êtes sur la page 1sur 13

A PROJECT REPORT ON

TIC TAC TOE

GAME

NAME : S. KARUNA PILLAY


CLASS:-

XII C

ROLL NO.:ACADEMIC SESSION:- 20152016

DATE OF SUBMISSION:
GUIDED BY : MRS. RAJNI JAIN

Certificate
This is to certify that the project entitled Tic
tac toe game completed by the student of
class 12th. It is a bonafide presentation of the
work done by S. Karuna Pillay
under the
able guidance of Rajni Mam. This report is
taken as meditorious work and fabulous
performance accomplished by her. We wish her
a bright and successful future in the field of
Information Technology.

Head of department
Department of computer
Vidya jyoti school
Jagdalpur

Guided by :Principal:-

Mrs. Rajni Jain


Fr.Santosh

Recommendation

The project work titled Tic tac toe game


Submitted by S. Karuna Pillay is a satisfactory
account of work and is recommended towards
the partial fulfilment for the practical project in
class 12th .

Internal
External Examiner

Examiner

Acknowledgement
We would like to express our sincere gratitude
to our computer mentor RajniMam for her
vital support, guidance and encouragement
without which this project would not have
come forth. This project help us to imbibe
program writing skill based on real life
problems.

The project took our understanding of program


in C++ to another level. We would also like to
thank our classmates for their constant help
and support which encourage us to complete
our project on time.

We would also like to thanks our principle Fr.


Santosh for encouraging us and showing faith

towards us for our project. So that we may


create and develop an implementable project.

We the
projectiles-

Preface
In simple words, a PROJECT is an idea or plan
that is intended to carry out our work.

The basic in the project making in Vidya Jyoti


School is to promote the habit of developing
the confidence of taking new problem and to
ensure the attribute and creativity. The project
thus can be defined in a sense as

P Planning

R Reporting
O Operating
J Judgment
E Estimation
C Co-operating
T Training

Contents
1.

Project profile.(define the

Project)
2.

Problem algorithm.

3.

Commands used.

4.

System requirements.

5.

Program listing.

6.

Software manual.

7.

Software feasibility.

8.

Output.

9.

Conclusion.

INTRODUCTION OF THE
PROJECT
The purpose of the project is to present the
requirement of the Computerization for the
TIC TAC TOE GAME.

The Project thus creates a new product


record, Display the list of all the products,
modify the product, view the product menu
and delete the product. It does almost
everywork which is related to Billing System.
TIC TAC TOE GAME is developed as per
seeing the increasing requirement to speed up
the work and incorporate a new work culture.
Thus a new software has been proposed to
reduce
manual
work,
improving
work
efficiency, saving time and to provide greater
flexibility, and user friendliness as the system
previously followed was totally manual one
with lots of errors.

ALGORITHM

First ,the class is defined in which


different

functions are initialized.

Then Introduction is given which


makes the appearance better and
attractive.

Menu of different functions is appeared


before the user.

Execution enters into the main function


and chooses the option.

Execution comes into the main menu


after the output is shown.

Execution terminates after you enter


the option for exit.

COMMANDS USED

s.
n
o

Comma
nd

#include
<fstream.h
>

#include
<conio.h>
#include
<iostream.
h>
#include<p
rocess.h>
#include<i
omanip.h>

3
4.
5.

Syntax

Description
It is an input-output file
stream class .It provides
support for simultaneous
input and output operations.
It contains the definition of
functions like getch() etc
It is a header file used for
input output operations
It is the header file for exit()
It is the header file included
to use the input-output
manipulator

For()
{
}

For(
It is an exit controlled
initializat loop used to repeat some
ion;
program code a given
condition
number of times
;incr/
decr)
{ loop
body; }

If()
{ }
Else
{}

If(conditio
It is a decision making
n1){
statement which checks for
Statemen
the truth value of a given
t 1; }
condition and then executes
Else{
that proceeding code.
Statemen
t2;}

void
create_prod
uct();
void
show_produ
ct();
void
write_produ
ct();

Return
_type
functionn
ame();

This command is used to


define a function

System Requirements
Windows Operating
System
Linux Operating System
Minimum Memory
Free disk
space(complete
installation)
C++

MS Windows 8/7 SP1/Vista


SP2/XP SP3
Mandriva 2010, CentOS 5.5,
CentOS 6.3,
512 Mb, 1 GB
recommended
650 Mb of disk space, or 1.4
Gb if installed with
reference documentation
For Linux:
GNU gcc:4.0 upto 4.7.3
For windows Microsoft
visual studio 2005 SP1 with
all security updates
Microsoft Visual Studio
Dev C++

Vous aimerez peut-être aussi