Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 11

Presentation

On
Tic-Tac-Toe Mobile
Application
By
Mashud Hassan
MCA 6
th
Semester
Roll No:17
Introduction:

Tic-tac-toe (or Xs and Os) is a paper-and-pencil
game for two players, X and O, who take turns
marking the spaces in a 33 grid. The player who
succeeds in placing three respective marks in a
horizontal, vertical, or diagonal row wins the
game.
The following example game is won by the first player, X:
Players soon discover that best play from both parties leads
to a draw . Hence, Tic-tac-toe is most often played by young
children.

OBJECTIVE:

1)It is fast process, it consume less time compare to manual system.
2)To developing a mobile application & save the wastages of pen and paper.
3X3 grid is consider and a straight line of the same element has to be formed.
3)It is more accurate and faster than manual system.
4)Overall result of game is accurate and without any discrepancy/confusion.
can restart the game at any stages.

IMPLEMENTATION:
Tic-Tac-Toe game is two player game X and O which is successfully implemented
into computer as well as java Supported mobile. Where there are mainly two possibilities
one for Win and Next one for Tie. It uses a three by three grid of squares. A square is
either blank or marked with a X or O. There are two players, the nought player O and
the cross player X, who take it in turn to mark one of the empty squares on the grid with
their respective token. After each move the rules are consulted. Once a player has
placed three marks in a line, that player wins. If neither can do this and all the squares
are marked, it is a draw or Tie the game. The player can going back the can player
again the game. In This game no permanent record is stored it temporary stored the
player name and result of the game.

USECASE DIAGRAM:
Use Case Diagram-02:
Class Diagram:
Sequence Diagram:
Summary:
1)Tic Tac Toe is a simple game that is won by placing three
identical marks on a line either horizontally, vertically or
diagonally.
2)The placing of the marks is dependent on the previous move.
3)The move should be either to win or to block the opponents
winning chances.
4)The case of none of the players winning or TIE is possible.

You might also like