s2clientprotocol
NPM/Javascript implementation of the python sc2clientprotocol package used in the deepmind/pysc2 project.
For more information see this repository's documentation
This repository serves as the source code and homepage of the sc2clientprotocol npm package.
Installation
npm install sc2clientprotocol
Building from source
- Install the protoc compiler easier done on a mac
- run the command:
npm run build-proto
- the generated files will be located in the build/gen directory