UNPKG

nes-tetris-representation

Version:

A set of types and classes that represent the pieces, movement, and rng of NES Tetris

4 lines (3 loc) 100 B
import { Grid } from "./piece-types"; declare const filledGrid: Grid; export default filledGrid;