Skip to content

Commit e650b06

Browse files
authored
Update README.md
1 parent 2d37d49 commit e650b06

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# JBWAPI
2-
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).
33

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)
57

68
### goals
79
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
1113

1214
### compilation
1315
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
25-
- add example implementation
26-
- add tests and CI

0 commit comments

Comments
 (0)