UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

5 lines 241 B
export class CaveGeneratorCellularAutomata extends CellularAutomata { step(data: any, width: any, height: any): void; } import { CellularAutomata } from "./CellularAutomata.js"; //# sourceMappingURL=CaveGeneratorCellularAutomata.d.ts.map