All Projects → matchvs → Birdwar

matchvs / Birdwar

CC游戏案例之 组队吃鸡

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Birdwar

Foveabox
FoveaBox: Beyond Anchor-based Object Detector
Stars: ✭ 353 (+296.63%)
Mutual labels:  coco
Prepare detection dataset
convert dataset to coco/voc format
Stars: ✭ 654 (+634.83%)
Mutual labels:  coco
Max Human Pose Estimator
Detect humans in an image and estimate the pose for each person
Stars: ✭ 44 (-50.56%)
Mutual labels:  coco
Imitate Coco Xcx
仿coco点餐系统的微信小程序
Stars: ✭ 446 (+401.12%)
Mutual labels:  coco
Centernet2
Two-stage CenterNet
Stars: ✭ 496 (+457.3%)
Mutual labels:  coco
Soft Nms
Object Detection
Stars: ✭ 708 (+695.51%)
Mutual labels:  coco
Fastmaskrcnn
Mask RCNN in TensorFlow
Stars: ✭ 3,069 (+3348.31%)
Mutual labels:  coco
Coco Annotator
✏️ Web-based image segmentation tool for object detection, localization, and keypoints
Stars: ✭ 1,138 (+1178.65%)
Mutual labels:  coco
Vqa.pytorch
Visual Question Answering in Pytorch
Stars: ✭ 602 (+576.4%)
Mutual labels:  coco
Tensorflow Serving sidecar
Serve machine learning models using tensorflow serving
Stars: ✭ 41 (-53.93%)
Mutual labels:  coco
Myvision
Computer vision based ML training data generation tool 🚀
Stars: ✭ 453 (+408.99%)
Mutual labels:  coco
Pycococreator
Helper functions to create COCO datasets
Stars: ✭ 530 (+495.51%)
Mutual labels:  coco
Imglab
To speedup and simplify image labeling/ annotation process with multiple supported formats.
Stars: ✭ 723 (+712.36%)
Mutual labels:  coco
Tf Faster Rcnn
Tensorflow Faster RCNN for Object Detection
Stars: ✭ 3,604 (+3949.44%)
Mutual labels:  coco
Semanticsegmentation
A framework for training segmentation models in pytorch on labelme annotations with pretrained examples of skin, cat, and pizza topping segmentation
Stars: ✭ 52 (-41.57%)
Mutual labels:  coco
Pytorch Human Pose Estimation
Implementation of various human pose estimation models in pytorch on multiple datasets (MPII & COCO) along with pretrained models
Stars: ✭ 346 (+288.76%)
Mutual labels:  coco
Mmpose
OpenMMLab Pose Estimation Toolbox and Benchmark.
Stars: ✭ 674 (+657.3%)
Mutual labels:  coco
Fcos tensorflow
FCOS: Fully Convolutional One-Stage Object Detection.
Stars: ✭ 87 (-2.25%)
Mutual labels:  coco
Math object detection
An image recognition/object detection model that detects handwritten digits and simple math operators. The output of the predicted objects (numbers & math operators) is then evaluated and solved.
Stars: ✭ 52 (-41.57%)
Mutual labels:  coco
Deeplab Pytorch
PyTorch implementation of DeepLab v2 on COCO-Stuff / PASCAL VOC
Stars: ✭ 787 (+784.27%)
Mutual labels:  coco

BirdWar

CC游戏案例之 组队吃鸡

体验说明

联网游戏通常为多人游戏,需要开启多个客户端,详情见多开说明

在线体验

PC体验地址 http://demo.matchvs.com/BirdWar

手机体验地址 http://demo.matchvs.com/BirdWar-mobile

源码体验

准备

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

下载代码

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

运行游戏

运行在web

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

运行在微信小游戏

  1. 在cocos creator打包输出微信小游戏项目,点击cocos creator上的导航栏中的项目
  2. 在构建发布界面中,发布平台为"Wechat Game",填入appid(如果是你自己的项目,你需要在微信开发者平台中申请).
  3. 点击构建,之后发布.
  4. 用微信开发者工具打开.
  5. 开始体验游戏
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].