# game.color_beans **Repository Path**: ilxna/game.color_beans ## Basic Information - **Project Name**: game.color_beans - **Description**: 【游戏案例】cocos JS 类似三消。http://mingz.me/ - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2018-06-29 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # color_beans cocos game - install android sdk https://developer.android.com/studio/intro/update.html - install android ndk https://developer.android.com/ndk/downloads/index.html - install ant `brew install ant` - install cocos2dx download http://www.cocos.com/download `unzip cocos2d-x-3.13.1.zip` `cd cocos2d-x-3.13.1` `python setup.py` `source ~/.bash_profile` - clone repo `git clone https://github.com/mingz2013/game.color_beans.git` - create a new cocos project `cocos new -l js WebGame` - copy frameworks to this project `cp -rf WebGame/frameworks game.color_beans/` - try to run this project `cocos run -p web` - publish `cocos compile -p web -m release --advanced`