Projects L3MIAGE FD-XML wild-chess Issues #5
Issue workflow changed, reconciliation (need administrator permission) needs to be performed to make data consistent. You may do this after making all necessary changes
[UML] Model - Chess Engine (#5)
Alexandre Tournois opened 2 months ago

Tâches

  • Créer le diagrame UML du moteur d'échecs

Tâches

  • Créer le diagrame UML pour les types suivants

  • Types : Board, PieceModel, Piece, Position, Move, Player, Game,

Specs

  • Position : (int) x, (int) y
  • Player : (String) player, (int) id (unitque)
  • Board : (int) width, (int) height, (Player) player 1, (Player) player 2
  • Move : (String) name, (int[,]) vector, condition(Board, Position) -> bool, effet(board, position) -> Board
  • PieceModel : (Move[]) possibleMoves, (Image) asset
  • Piece : (PieceModel) type, (Player) player, (Position) position
  • Game : (Modele[]) pieceDefinitions, (Board) board, (Player[]) players

Acceptance

  • Diagrame UML Model
issue 1/1
Type
New Feature
Priority
Normal
Assignee
Not assigned
Iterations
Issue Votes (0)
Watchers (1)
Reference
L3MIAGE/FD-XML/wild-chess#5
Please wait...
Page is in error, reload to recover