项目作者: RodinJS
项目描述 :
Oh! Bello, papaguena! Tu le bella comme le papaya.
高级语言: JavaScript
项目地址: git://github.com/RodinJS/Minion-Game.git
Rodin Inc. Minion Game
git clone --recursive git@github.com:RodinJS/Minion-Game.git

Server start
## Default server run on 3010 port
npm run server
## If you want change port
export PORT=3011; npm run server;
Socket server Client
<script src="/socket-server?debug=true"></script>
included in public index.html
1. Default server host http://localhost:3010
## For changing host
1. <script src="/socket-server?debug=true&host=http://rodin.uxt"></script>