项目作者: RodinJS

项目描述 :
Oh! Bello, papaguena! Tu le bella comme le papaya.
高级语言: JavaScript
项目地址: git://github.com/RodinJS/Minion-Game.git
创建时间: 2017-03-22T10:05:10Z
项目社区:https://github.com/RodinJS/Minion-Game

开源协议:

下载


Rodin Inc. Minion Game

  1. git clone --recursive git@github.com:RodinJS/Minion-Game.git

Server start

  1. ## Default server run on 3010 port
  2. npm run server
  3. ## If you want change port
  4. export PORT=3011; npm run server;

Socket server Client

  1. <script src="/socket-server?debug=true"></script>
  2. included in public index.html
  3. 1. Default server host http://localhost:3010
  4. ## For changing host
  5. 1. <script src="/socket-server?debug=true&host=http://rodin.uxt"></script>