FZarsaz / TTT

TicTacToe-Backend
MIT License
1 stars 0 forks source link
   # Gruppe 06 - Game Server Projekt Arbeit
   # PM with loose Scrum method
     #Project owner:
        Fatemeh Zarsaz
     #Scrum Master:
        Tim Blittersdorf
     #Dev. group:
        Walaa Al Halabi
        Sally Khout
        Lara Ranta
        Selvanitha Selvanayagam

Tic Tac Toe game-concept:

Tic-tac-toe is a 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.

download

List of all Documentations we need to work on for this project will be added hier.All work flows and conclusions of meetings will also be updated here after each Sprint or Meeting.

First Vision Documentation (Grobe Presentation)

#UML-Diagrams
        #Class diagram
        #Flow chart of logic
        #Components diagram
        #packet diagram (with Database packet included)
#Code graphical prototype
#game graphical prototype
#Use Case

Requirment for the game logic:

2 Players board-game
9-Cell gameboard
for each player:
   -username or ID
   -Password
   -Score history
 for main menue:
   -creating new player
   -login option for already existing player
     *starting new game
     * Review the total scores
     *inviting other players to game
   -logout of game

Technologies

     #Data base
          MySQL will be used to creat the Data base
     #Game Server
      A local server: 
             Frontend-> apache 2.4, HTML, JS
             Backend -> JavaRMI
     #Coding
              Java
              JS
     #GitHub
              Project
              Documentation

Fine Concept of project

#MileStones
#Sequence diagram
#Timeline diagram