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
Pure Java [bwapi](https://github.com/bwapi/bwapi) client (4.2.0) implementation backed by [N00byEdge](https://github.com/N00byEdge)'s [JavaBWAPIBackend](https://github.com/N00byEdge/JavaBWAPIBackend) idea and automated by [Bytekeeper](https://github.com/Bytekeeper).
3
+
Pure Java [bwapi](https://github.com/bwapi/bwapi) client (4.2.0 & 4.4.0) implementation backed by [N00byEdge](https://github.com/N00byEdge)'s [JavaBWAPIBackend](https://github.com/N00byEdge/JavaBWAPIBackend) idea and automated by [Bytekeeper](https://github.com/Bytekeeper).
4
4
5
5
Also contains the pure Java BWEM implementation from [BWAPI4J](https://github.com/OpenBW/BWAPI4J).
6
6
7
7
## goals
8
-
Have a similar (Java) interface to BWMirror to make porting BWMirror bots easy without all the DLL and JNI hassle and overhead.
8
+
- Have a similar (Java) interface to BWMirror to make porting BWMirror bots easy without all the DLL and JNI hassle and overhead.
9
+
- Stay as update as possible with the BWAPI releases
9
10
10
11
## advantages
11
12
- no dependency on external DLL's
@@ -35,7 +36,7 @@ Add JBWAPI as a dependecy
35
36
<dependency>
36
37
<groupId>com.github.JavaBWAPI</groupId>
37
38
<artifactId>JBWAPI</artifactId>
38
-
<version>0.5</version>
39
+
<version>0.6</version>
39
40
</dependency>
40
41
```
41
42
@@ -53,7 +54,7 @@ allprojects {
53
54
Add JBWAPI as a dependecy
54
55
```
55
56
dependencies {
56
-
implementation 'com.github.JavaBWAPI:JBWAPI:0.5'
57
+
implementation 'com.github.JavaBWAPI:JBWAPI:0.6'
57
58
}
58
59
```
59
60
@@ -67,3 +68,7 @@ Alternatively add the latest .jar from the [releases](https://github.com/JavaBWA
67
68
or if you already have maven installed
68
69
69
70
`mvn package`
71
+
72
+
## tutorial
73
+
74
+
If you are a just starting out with bot development, it might be helpful to follow the [tutorial](https://github.com/JavaBWAPI/Java-BWAPI-Tutorial/wiki)!
0 commit comments