An open API service indexing awesome lists of open source software.

https://github.com/kant2002/scm2txt

Starcraft maps converter
https://github.com/kant2002/scm2txt

bwapi starcraft

Last synced: 10 months ago
JSON representation

Starcraft maps converter

Awesome Lists containing this project

README

          

# scm2txt
Starcraft maps converter

Converts SCM/SCX files to text representation. This text representation allow to be loaded by the testing tools, or other modifications.

The description of file format could be found [here](www.starcraftai.com/wiki/CHK_Format).

## Development

You could have use boost iostreams in your search path. You could do that using [VCPkg](http://github.com/Microsoft/vcpkg)

vcpkg install boost-iostreams