🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

crazycannon

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crazycannon

BallBlast game

latest
npmnpm
Version
0.0.1-alpha.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

Cocos2d-JS Single File Engine User Guide

Version Used On This Project.

  • Customized Version: In this version, the feature which is required are included in the file in order to reduce the game size. All the features you chose will be included in the downloaded engine js file.

Usage

The usage have been demonstrated in the downloaded package, you can see the cocos2d-js-v3.0[-lite].js is embeded in the index.html, after the window loading you will be able to use Cocos2d-JS API in your custom js code.

You need to host these files on a web server or local web server to see the result.

How to open the project

The whole project can be kept in server and can be accessed by opening index.html file.

NOTE

AS the project is on development phase JS files are not minified.

NPM intgration

Npm based build process also in development, following command supported

  • npm build : Generated files on build folder
  • npm start : Starts local webserver start serving the game. Changes in js file triggers reload

FAQs

Package last updated on 08 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts