cg0206 / qiciengine-core

A free JavaScript game engine library for making HTML5 games.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A free JavaScript game engine library for making HTML5 games.

How to build

Here we use npm-run-script to install dependent packages and build.

npm run install-grunt-cli
npm run install-dev
npm run build

The commands above are defined in package.json

"scripts": {
    "install-grunt-cli": "npm install -g grunt-cli",
    "install-dev": "npm install --only=dev",
    "build": "grunt default"
}

About

A free JavaScript game engine library for making HTML5 games.

License:MIT License


Languages

Language:JavaScript 100.0%