You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-1Lines changed: 39 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,13 +2,51 @@
2
2
3
3
A docker image for building and running the StarCraft II API on Linux
4
4
5
+
This is a work in progress. Contributions welcome!
6
+
7
+
TODO:
8
+
* Get unit tests working on s2client-game container
9
+
* Automate the replay & Battle.net Cache population
10
+
* Create a combined container for developers (with git, API and game)
11
+
* Get some compose / swarm examples for doing larger training exercises
12
+
5
13
# Summary
6
14
7
15
By downloading and running this you are agreeing to the [StarCraft II AI and Machine Learning License](https://github.com/Blizzard/s2client-proto/blob/dca8b6831a84747c2cd6e0c33d6416e14838d886/DATA_LICENSE)
8
16
9
17
There are three main components to getting docker image of StarCraft II running
10
18
11
19
1. Downloading the Linux build and base maps
20
+
21
+
~~~
22
+
./download.sh && ./clone.sh && ./unpack.sh
23
+
~~~
24
+
12
25
2. Installing replay packs and the Battle.net cache to run hem
13
-
3. Building and running the API interface for running tests
0 commit comments