createGame - Pixelize
import { createGame } from "pixelize-engine";
const game = createGame(/* config */);createGame(config) will create and return a new Game.
Paramaters:
config: TheConfigfor the game.
import { createGame } from "pixelize-engine";
const game = createGame(/* config */);createGame(config) will create and return a new Game.
Paramaters:
config: The Config for the game.