Skip to content

Instantly share code, notes, and snippets.

View IvantheTricourne's full-sized avatar
🦊
it's just data

Carl Factora IvantheTricourne

🦊
it's just data
View GitHub Profile
@IvantheTricourne
IvantheTricourne / getSlippiCombos.js
Created January 13, 2020 18:33 — forked from NikhilNarayana/getSlippiCombos.js
Get Combos from Slippi files -- READ THE FIRST COMMENT BELOW
const fs = require('fs');
const _ = require('lodash');
const path = require('path');
const slp = require('slp-parser-js');
const SlippiGame = slp.default; // npm install slp-parser-js
const basePath = path.join(__dirname, 'slp/'); // this var is "<directory your script is in>/slp"
const outputFilename = "./combos.json";