1.0.4 • Published 4 years ago

s2clientprotocol v1.0.4

Weekly downloads
8
License
MIT
Repository
github
Last release
4 years ago

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