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
- Host: GitHub
- URL: https://github.com/kant2002/scm2txt
- Owner: kant2002
- License: mit
- Created: 2018-04-06T12:13:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T13:23:57.000Z (about 8 years ago)
- Last Synced: 2025-05-07T06:33:39.714Z (about 1 year ago)
- Topics: bwapi, starcraft
- Language: C++
- Homepage:
- Size: 542 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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