UNPKG

@tdurtschi/bug

Version:

Bug is a simulation that models a weevil walking around in an HTML canvas.

5 lines (4 loc) 160 B
import { GameEngine } from "./src/core/game-engine"; export declare const Game: (target: string, height?: number, width?: number) => { game: GameEngine; };