Skip to content

Instantly share code, notes, and snippets.

@ycz
ycz / dsmashLoading.js
Created October 22, 2021 22:12
6 Minutes of Down Smash 0-Deaths source code
const fs = require("fs");
const { SlippiGame } = require("@slippi/slippi-js");
const DSMASH_MOVE_ID = 12;
const SAMUS_ID = 16;
const BASE_DIR = "/mnt/c/Users/ycz/Documents/Slippi/Archive";
const RECORDS_FILE = "./dsmashStarts.json";
let loadedRecords;
try {