Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 885 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 885 Bytes

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

  1. Install the protoc compiler easier done on a mac
  2. 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.