Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

`

Project title:
Tic Tac Toe Game Using MATLAB Image Processing techniques

Flowchart:
START THE GAME

Read the 3 X 3 Matrix

YES

Check the color


of object. Is
Color RED?

NO

Mark that cell of


the Matrix by x

Is Color
BLUE?

YES
Mark that cell of
the Matrix by o

Is Tic Tac
Toe Algo?
YES
DECISION OF
WINNER

STOP

NO
Do Nothing

NO

Project Objective:
Our project name is Interactive Tic-Tac-Toe game using a WEBCAM. In our game,
it is 3 x 3 squares. The goal of Tic-Tac-Toe is to be one of the players to get three
same symbols in a row - horizontally, vertically or diagonally - on a 3 x 3 grid. It
is not the casual tic tac toe but here introduction of Webcam is annexed which
makes it more interactive. Through color detection the X and O are marked
i.e. RED for X and BLUE for O. It is played without any involvement of click or
clank of buttons.

Proposed Work Plan:


Our schedule for accomplishment of final project:

Tic Tac Toe game Algorithm


GUI development
Color Detection through Webcam
Error Analysis and Code Optimization
Color Detection in-game Implementation
Final Project

Final Output:

You might also like