22 lines
489 B
Text
22 lines
489 B
Text
|
# 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
|