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 client (4.2.0) implementation backed by N00byEdge's JavaBWAPIBackend.
2
+
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).
3
3
4
-
WORK IN PROGRESS
4
+
**WORK IN PROGRESS**
5
+
6
+
If you currently need a Java API for bot development, please use the much more modern and stable [BWAPI4J](https://github.com/OpenBW/BWAPI4J)
5
7
6
8
### goals
7
9
Have a similar (java) interface to BWMirror to make porting bwmirror bots easy without all the DLL and JNI hassle and overhead.
@@ -11,16 +13,3 @@ TODO
11
13
12
14
### compilation
13
15
TODO
14
-
15
-
### todo
16
-
- make it actually run the event loop, and add events
17
-
- search bwapi documentation for "since bwapi 4.2.0"
18
-
- fix Color type (https://github.com/bwapi/bwapi/blob/456ad612abc84da4103162ba0bf8ec4f053a4b1d/bwapi/include/BWAPI/Color.h)
19
-
- think about how to use/implements Event/EventType (ask n00byEdge?)
20
-
- implement all the canX methods
21
-
22
-
### optionally later
23
-
- cleanup code (checkstyle, formatting etc.)
24
-
- port over the pure java BWEM implementation from BWAPI4J
0 commit comments