Skip to content

A free JavaScript game engine library for making HTML5 games.

License

Notifications You must be signed in to change notification settings

asopian/qiciengine-core

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%