...

Text file src/oss.terrastruct.com/d2/docs/examples/chess/dia.d2

Documentation: oss.terrastruct.com/d2/docs/examples/chess

     1# Actors
     2hans: Hans Niemann
     3
     4defendants: {
     5  mc: Magnus Carlsen
     6  playmagnus: Play Magnus Group
     7  chesscom: Chess.com
     8  naka: Hikaru Nakamura
     9
    10  mc -> playmagnus: Owns majority
    11  playmagnus <-> chesscom: Merger talks
    12  chesscom -> naka: Sponsoring
    13}
    14
    15# Accusations
    16hans -> defendants: 'sueing for $100M'
    17
    18# Offense
    19defendants.naka -> hans: Accused of cheating on his stream
    20defendants.mc -> hans: Lost then withdrew with accusations
    21defendants.chesscom -> hans: 72 page report of cheating

View as plain text