-
Notifications
You must be signed in to change notification settings - Fork 178
SparCraft Standalone Executable
You want StarCraft combat data, but you don't want to code, compile, link, all that boring stuff. No problem!
Download: SparCraft Windows Standalone Executable
The standalone executable which will allow you to run your own simulation experiments via a configuration file. If you do want to compile this for some reason, it is included in the SparCraft source as the SparCraft_main
Visual Studio project.
The only requirement is the Visual C++ Redistributable for Visual Studio 2012
Unfortunately I am not including binaries for Linux, however compiling the experiments program is one simple command! Check the [Linux Linux] section for details on how to compile.
To run the experiments, open up a terminal and run the SparCraft executable with the experiment settings file as the only command-line argument. Or in Windows, you can simply drag the experiment file onto SparCraft.exe, however if there are any errors, you need to run in the terminal to see them.
For details on how to configure your experiments, check the Simulation Settings configuration file tutorial