An open API service indexing awesome lists of open source software.

https://github.com/skyhacker2/flyblock

色块小游戏
https://github.com/skyhacker2/flyblock

Last synced: 3 months ago
JSON representation

色块小游戏

Awesome Lists containing this project

README

          

#空降小色块

![image](https://coding.net/u/elevenchen/p/FlyBlock/git/raw/master/res/favicon.png)

本项目使用cocos2d-js引擎

使用coffeescript开发

使用gulp前端构建工具构建coffeescript脚本

##初始化:

```
npm install
```
##编译

```
gulp
```

##运行

```
./runweb.sh
```
注意:需要把`runweb.sh`文件的引擎地址改成本机的

##发布

```
./publish.sh
```

同样需要注意文件内容修改

##部署

```
node app.js
```