Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.25 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.25 KB

Warzone Analytics

Call of Duty Warzone is a popular video game. There are multiple sites that collect cruical information to analyze a player's gameplay. Here we collect important stats from multiple sites and save them to a CSV. Then use Google colab to visualize the data collected.

Collect

Requirements

  • Installing Docker There’s a graphical installer for Windows and Mac that makes installing Docker easy. Here are instructions for each OS:

    Windows

    Mac OS

    Linux

  • Windows Users:

    • Download and install Git Bash
    • Make
      • Download make here.
      • Extract and copy content of the zip to C:\Program Files\Git\mingw64\ without replace.

Pull

docker pull lmestar/wz:0.2

Run

make USER=<Enter your PSN username> DAYS=<# of past days to collect>

Visualize

Scatter

alt text

Bubbles

alt text

Parallel Categories

alt text