diff --git a/ne-pas-effacer-svp-je-test-la.md b/ne-pas-effacer-svp-je-test-la.md index 8c69ad4..36d9069 100644 --- a/ne-pas-effacer-svp-je-test-la.md +++ b/ne-pas-effacer-svp-je-test-la.md @@ -3,10 +3,6 @@ skinparam linetype polyline skinparam linetype ortho package "Qwirkle" { - package "Boards" { - class Board - class Cell - } package "Games" { class Game @@ -19,52 +15,18 @@ package "Qwirkle" { class Score class LeaderBoard } - - package "Tiles" { - class Tile - class TileBag - enum Color - enum Shape - } - - package "Events" { - class AddPlayerNotifiedEventArgs - class EndOfGameNotifiedEventArgs - class NextPlayerNotifiedEventArgs - class PlaceTileNotifiedEventArgs - } package "Persistences" { class GamePersistence class LeaderBoardPersistence } - package "Program" { - } - - Cell <--* Board - IPlayer ..|> Game IRules ..|> Game Score <--* LeaderBoard - Tile <--* TileBag - Tile --> Color - Tile --> Shape - - Program ..> Boards : <> - Program ..> Games : <> - Program ..> Players : <> - Program ..> Tiles : <> - Program ..> Events : <> - - Games ..> Boards : <> Games ..> Players : <> - Games ..> Tiles : <> - Games ..> Events : <> - Boards ..> Tiles : <> - Players ..> Tiles : <> GamePersistence ..> Game LeaderBoardPersistence ..> LeaderBoard