Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 8

NAME – YATHARTH PANDEY

CLASS – XIth A
ROLL NO. – 12
SUBJECT – Computer Science
PROJECT ON:- PROGRAM THAT WILL
PLAY TIC TAC TOE WITH USER

ACADEMIC YEAR– 2022-2023


This is certified that Master
Yatharth Pandey of class XIth
section ‘A’ is a bonafied student of
Rahul International School.

This is certified to be the bonafide


work of the student in the
Computer Science subject during
the academic year 2022 - 2023. He
worked hard to complete this
project and this project is a result
of his great efforts and attention.

Date: 15/01/2023
Sign of
examiner
Sign of principal Sign of
subject teacher
ACKNOWLEGEMENT
In the accomplishment of this project
successfully, many people have best owned upon
me their blessings and the heart pledged support,
this time we utilizing to thank all the people who
have been concerned with this project. I would
like to thank my Computer Science teacher Miss
Jyoti Sankhe who is valuable guidance has been
the ones that helped me patch this project and
make it full proof success, her suggestions and
instructions has served as the major contribution
towards the completion of project. Then I would
like to thank our parents, friends and classmates
who have helped me with their valuable
suggestions and guidance has been helpful in
various phases of the project.

INDEX

1. INTRODUCTION
2. SYSTEM REQUIREMENTS
3. SALIENT FEATURES
4. FLOWCHART
5. PSEUDOCODE
6. PROGRAM
7. OUTPUT
8. BIBLIOGRAPHY
INTRODUCTION

TIC TAC TOE


Tic-tac-toe s 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
Game play
Tic-tac-toe is played on a three-by-three grid by two players,
who alternately place the marks X and O in one of the nine
spaces in the grid
PYTHON LANGUAGE
Python is a popular programming language. It was created by
Guido van Rossum, and released in 1991.
It is used for:
 web development (server-side),
 software development,
 mathematics,
 System scripting.
Why Python?
 Python works on different platforms (Windows, Mac,
Linux, Raspberry Pi, etc).
 Python has a simple syntax similar to the English
language.
 Python has syntax that allows developers to write
programs with fewer lines than some other programming
languages.
 Python runs on an interpreter system, meaning that code
can be executed as soon as it is written. This means that
prototyping can be very quick.
 Python can be treated in a procedural way, an object-
oriented way or a functional way.

SYSTEM REQUIREMENTS

Main processor: Pentium 111 and above.


Hard disk: 1 GB
RAM: 1GB
Operating system: Windows XP and above.
Complier: Jupyter, Pycham, Atom etc.
Language : Python.

SALIENT FEATURES

 Program is user friendly. The program takes input


between numbers 1-9. The numbers represent nine
boxes.

1 2 3
4 5 6
7 8 9
 User plays as X and computer plays as O.
FLOW

You might also like