Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.17 KB

README.md

File metadata and controls

35 lines (30 loc) · 1.17 KB

Space Game

Demo for ezyfox-sever

Thanks

www.raywenderlich.com

Download

Download completed source here

Guide

  1. Use embedded ezyfox-server
  2. Use ezyfox cpp client sdk
  3. User to ezydata-mongodb

Build issues

  1. Argument value 10880 is outside the valid range [0, 255] Replace cocos2d/external/bullet/include/bullet/LinearMath/btVector3.h line 42:
#define BT_SHUFFLE(x,y,z,w) ((w)<<6 | (z)<<4 | (y)<<2 | (x))

with new one:

#define BT_SHUFFLE(x, y, z, w) (((w) << 6 | (z) << 4 | (y) << 2 | (x)) & 0xff)
  1. xcode 12 linking error Exclude arm64, refer this guild

Run

gradle wrapper
gradle build