docs: Add chess example
This commit is contained in:
parent
c029e0bbc2
commit
fbf81c199c
2 changed files with 73 additions and 0 deletions
21
docs/examples/chess/dia.d2
Normal file
21
docs/examples/chess/dia.d2
Normal file
|
|
@ -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
|
||||||
52
docs/examples/chess/dia.svg
Normal file
52
docs/examples/chess/dia.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 474 KiB |
Loading…
Reference in a new issue