UNPKG

slp-enforcer

Version:

Finds violations of the Melee Controller Ruleset by inspecting SLP files

4 lines (3 loc) 195 B
import { SlippiGame } from './slippi'; import { Coord, CheckResult } from './index'; export declare function controlStickViz(game: SlippiGame, playerIndex: number, coords: Coord[]): CheckResult;