diff --git a/docs/examples/chess/dia.d2 b/docs/examples/chess/dia.d2 new file mode 100644 index 000000000..8c2cedd95 --- /dev/null +++ b/docs/examples/chess/dia.d2 @@ -0,0 +1,21 @@ +# Actors +hans: Hans Niemann + +defendants: { + mc: Magnus Carlsen + playmagnus: Play Magnus Group + chesscom: Chess.com + naka: Hikaru Nakamura + + mc -> playmagnus: Owns majority + playmagnus <-> chesscom: Merger talks + chesscom -> naka: Sponsoring +} + +# Accusations +hans -> defendants: 'sueing for $100M' + +# Offense +defendants.naka -> hans: Accused of cheating on his stream +defendants.mc -> hans: Lost then withdrew with accusations +defendants.chesscom -> hans: 72 page report of cheating diff --git a/docs/examples/chess/dia.svg b/docs/examples/chess/dia.svg new file mode 100644 index 000000000..ed6b0108a --- /dev/null +++ b/docs/examples/chess/dia.svg @@ -0,0 +1,52 @@ + +Hans NiemanndefendantsMagnus CarlsenPlay Magnus GroupChess.comHikaru Nakamura + + +Owns majority + + +Merger talks + + +Sponsoring + + +sueing for $100M + + +Accused of cheating on his stream + + +Lost then withdrew with accusations + + +72 page report of cheating \ No newline at end of file