Games - Pixelize
import { Game } from "pixelize-engine";
Game
s are objects that keep track of updating and drawing you game. They are created with createGame
, and are mounted to the DOM with Game.mount
.
import { Game } from "pixelize-engine";
Game
s are objects that keep track of updating and drawing you game. They are created with createGame
, and are mounted to the DOM with Game.mount
.