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.
npm install sc2clientprotocol
- 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
For other feeback not strictly related to bugs or feature requests you can leave a comment here.