notbaab / q3-scoreboard

1 stars 1 forks source link

Dope Kill Graph #9

Open notbaab opened 4 years ago

notbaab commented 4 years ago

Trying to figure out some cool javascript visualization of the data. So far I got this one for kills. Each side will have all the players from the game (or global if it works at that number) and connects the left with the kills they've done.

notbaab commented 4 years ago

Part of this is probably having a better restful api. Querying the scoreboard and getting the response in json and whatnot.