Skip to content

Commit bcc3dbb

Browse files
authored
Update README.md
1 parent b23545c commit bcc3dbb

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
# JBWAPI
22
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+
Also contains the pure Java BWEM implementation from [BWAPI4J](https://github.com/OpenBW/BWAPI4J).
5+
46
**WORK IN PROGRESS**
57

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)
8+
If you currently need a Java API for bot development, please use the much more modern and stable [BWAPI4J](https://github.com/OpenBW/BWAPI4J).
9+
10+
If you find any bugs please create an issue.
711

812
### goals
913
Have a similar (java) interface to BWMirror to make porting bwmirror bots easy without all the DLL and JNI hassle and overhead.
1014

1115
### advantages
12-
TODO
16+
- no dependency on external DLL's
17+
- no type marshalling
18+
- fast (citation needed)
1319

1420
### compilation
15-
TODO
21+
`mvn package`

0 commit comments

Comments
 (0)