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

https://github.com/matchvs/AnimalChecker

CC游戏案例之 斗兽棋
https://github.com/matchvs/AnimalChecker

coco

Last synced: 12 months ago
JSON representation

CC游戏案例之 斗兽棋

Awesome Lists containing this project

README

          

# AnimalChecker
CC游戏案例之 斗兽棋

## 体验说明

联网游戏通常为多人游戏,需要`开启多个客户端`,详情见[多开说明](http://www.matchvs.com/service?page=MultipleIdentities)

## 在线体验
PC体验地址 (http://demo.matchvs.com/AnimalChecker)

手机体验地址 (http://demo.matchvs.com/AnimalChecker-mobile)

## 专题介绍

[链接:回合制游戏如何开发-斗兽棋](./回合制游戏如何开发-斗兽棋.md)

## 源码体验

### 准备

1. 下载安装cocos creator(v1.8.1以上,v2.0以下)(http://www.cocos.com/download)
2. 可以不更新本项目使用的matchvs插件,如果想需要使用最新的插件,可以在cocos creator中下载插件,

### 下载代码

1. git clone https://github.com/matchvs/AnimalChecker.git
2. 用cocos creator打开该项目文件

### 运行游戏

#### 运行在web

1. IDE打开项目
2. 点击运行按钮,即可运行游戏
3. 开始体验游戏

#### 运行在微信小游戏

1. 在cocos creator打包输出微信小游戏项目,点击cocos creator上的导航栏中的项目
2. 在构建发布界面中,发布平台为"Wechat Game",填入appid(如果是你自己的项目,你需要在微信开发者平台中申请).
3. 点击构建,之后发布.
4. 用微信开发者工具打开.
5. 开始体验游戏