You are on page 1of 13

Class of Software

Engineering

Tic Tac Toe


Game System
Ssad (Structured systems analysis and design(

Department: IT

Danial Ramadan
Ali Muhammad
Diyar Abdulrahman

Supervised by:
Karzan Wakil
Tittle:
Tic Tac Toe: very popular and easy to play.
Two users game.
3x3 grid most commonly used.
A paper and pen-based game.
This program is a game program, Tic Tac Toe. Most
of us have played this game in school days, we are
going to design a program needs:

Precondition: The user must inter the requirement


information to be a user in the game: Name, last
name, username, password.

2.Precondition: The user must be login before by interring


user name & password, to be have ability to start playing
game by clicking on start game.

3. Precondition: The First user who moves will submit as X


and the second is O.

4.Precondition: The game will be done by completing


require movement & the result will be shown up.

5.Postcondition: close the game or try again.


Use Case Diagram
Squence diagram for entire the project:

1. Sequence Diagram ID: 00: Login


2.Sequence Diagram: 01: start Game

3.Sequence Diagram: 02: Make Moves


4. Sequence Diagram: 03: Look The Result

Domain Model
Activity Diagram

00 : Activity Diagram
01 : Activity Diagram

Activity Diagram 02
Activity Diagram 03

Class Diagram:
State Machine Diagram:

Deployment Diagram:

You might also like