createGame - Pixelize
import { createGame } from "pixelize-engine";
const game = createGame(/* config */);
createGame(
config
)
will create and return a new Game
.
Paramaters:
config
: TheConfig
for 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.