lance-pro
Version:
Pro Tools for Lance multiplayer game server
15 lines (9 loc) • 549 B
Markdown
# Lance Pro Tools
The Pro Tools are accessible to users who have obtained a GSK (Game Server Key)
The Pro Tools are uploaded to a directory which contains the GSK in the path.
GSK can be generated as follows `openssl rand -base64 32`
An NPM pack of the Lance Pro Tools can be generated with the `npm pack` command,
the resulting npm tarball can be published with npm publish:
`npm publish lance-pro-0.0.6.tgz`
## The MatchMaker
NOTE: Uglifyify currently not working because it's not compatible with ES6+ see https://github.com/mishoo/UglifyJS2