You are on page 1of 6

TIC TAC TOE GAME

A MAJOR PROJECT REPORT

POST GRADUATE GOVERNMENT COLLEGE FOR GIRLS


SECTOR-11, CHANDIGARH
AFFILIATED TO

PANJAB UNIVERSITY CHANDIGARH


FOR THE PARTIAL FULFILMENT FOR QUALIFYING DEGREE
OF BACHELOR OF COMPUTER APPLICATION
(2022-2023)
SUBMITTED TO- SUBMITTED BY-
Mrs. Harpreet Kaur Harmeet,Gursimran
Assistant Professor BCA III (Sem 6th )
(Department of Computer Application) Roll no: 1069,1013
CERTIFICATE

This is to certify that the project work entitled “TIC-TAC -TOE” is a project work done by
harmeet kaur 1069/20and Gursimran kaur 1013/20 under my guidance and Supervision in
partial fulfillment of degree Bachelor of Computer Application , Panjab University
Chandigarh.

This project
 Embodies the work of the candidates herself
 Duty has been completed.
 And is the standard, both in respect of contents and language.

………………………..
Mrs. Harpreet Kaur
Assistant professor
(Department of Computer Application)
Post Graduate Government College for Girls Sector -11chandigarh.
ACKNOWLEDGEMENT

Its gives us a great pleasure in bringing out the report titled “tic tac toe”. This project is not a
Solitary undertaking. It’s a work of our brains. We are pleased to take opportunity of thanking
all our teachers and friends for their help and assistance.
We express our thanks to the principal of our college Prof. Anita Kaushal for extending her
support . We extend any Gratitude to the head of the department Prof. Meenu Verma for
supporting us in due course. We sincerely feel obliged to her for this project.
We also want to thank Mrs. Harpreet Kaur for her expert guidance , encouragement, valuable
suggestions and supervision.

Harmeet kaur
Gursimran kaur
BCA 3rd (Sem 6th)
Pupin no :
Roll no : 1069,1013
INDEX
Sr.no Description Page no. Remarks
1 Introduction 1

2 Objective of the project 2


3
4
5
6
7
8
9
10
11
12
INTRODUCTION
To make a computer do anything, we have to write computer program .to write a computer
program we have to tell the computer ,step y step exactly what you want want do it.The
computer then” executes” the following each step mechanically to accomplish the end goal.
When we are telling the computer what to do, you also to get the choose how it is going to do
it. That’ where computer algorithm come in the algorithm is the basic technique used to get
the job done.
Tic-tac-toe (American English)noughts and crosses (Commonwealth English) Xs and
Os (Canadian or Irish English)is a paper-and-pencil game for two players who take turns
marking the spaces in a three-by-three grid with X or O. The player who succeeds in placing
three of their marks in a horizontal, vertical, or diagonal row is the winner. It is a solved
game, with a forced draw assuming best play from both players.
Each player picks one word in turn and to win, a player must select three words with
the same letter. The words may be plotted on a tic-tac-toe grid in such a way that a three-in-a-
row line wins. Numerical Tic Tac Toe is a variation invented by the mathematician Ronald
Graham. The numbers 1 to 9 are used in this game.

Consider a board with the nine positions numbered as follows:

1 2 3
4 5 6
7 8 9

OBJECTIVE OF THE PROJECT


The objective of this project is to let the students apply the programming
knowledge into real world situation and exposed the students how programming
skills help in developing in good software.
 Write a program utilizing modern software tools.
 Apply object oriented programming principle effectively when
developing small to medium size projects.
 Write effective procedural code to solve small to medium sized problem.
 Students will demonstrates a breadth of knowledge in computer science ,
as exemplified in the areas of the system, theory and software
development .
 Student will demonstrates ability to conduct a research or applied
computer science project requiring writing and presentation skills style in
computer science.

You might also like