HW_02

Unzip matches.rar to access .json files for matches.
Get an API key to access their data at:
https://developer.riotgames.com/

Average time per match by division

In order to see the difference in match times for different divisions, I used the Riot API to get data.
I expected that the higher divisions would have shorter game times.
This is somewhat confirmed by the data.
I got 50 matches for 5 different players in each division.
Average time per match by division

Average Gold per Sec by division for different roles

In order to see the difference in GPS for different divisions, I used the Riot API to get data.
I expected that the higher divisions would have higher GPS and that by roles it would rank (BOT,MID,TOP,JUNGLE,SUPPORT)
This is somewhat confirmed by the data. Higher divisions had higher GPS, but the ranking by role was different for each division.
I got 50 matches for 5 different players in each division and calculated for all players in each match.

Average Gold per Sec by division for different roles

https://github.com/mikeizbicki/cmc-csci040/tree/2021fall/hw_02

GitHub

View Github