cscheid / 17lands

More analysis of 17lands.com data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

17lands analysis

Setup

You'll need:

  • deno
  • the MOM game draft data, downloaded into data/
  • some version of Unix (I'm on macOS, which needs gzcat)

Running

# This generates a 190MB file on processed-data
gzcat data/game_data_public.MOM.PremierDraft.csv.gz | deno run --unstable --allow-all read-game-data.ts
deno run --unstable --allow-all analyze-game-data.ts MOM

About

More analysis of 17lands.com data

License:MIT License


Languages

Language:TypeScript 100.0%