https://github.com/skyhacker2/flyblock
色块小游戏
https://github.com/skyhacker2/flyblock
Last synced: 3 months ago
JSON representation
色块小游戏
- Host: GitHub
- URL: https://github.com/skyhacker2/flyblock
- Owner: skyhacker2
- Created: 2014-12-11T15:15:27.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-14T01:55:19.000Z (over 10 years ago)
- Last Synced: 2025-07-08T08:07:23.896Z (12 months ago)
- Language: JavaScript
- Size: 53.8 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
#空降小色块

本项目使用cocos2d-js引擎
使用coffeescript开发
使用gulp前端构建工具构建coffeescript脚本
##初始化:
```
npm install
```
##编译
```
gulp
```
##运行
```
./runweb.sh
```
注意:需要把`runweb.sh`文件的引擎地址改成本机的
##发布
```
./publish.sh
```
同样需要注意文件内容修改
##部署
```
node app.js
```