Skip to content

Commit bca7c12

Browse files
authored
Update README.md
1 parent 1b0a8a7 commit bca7c12

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@ Pure Java [bwapi](https://github.com/bwapi/bwapi) client (4.2.0) implementation
44

55
Also contains the pure Java BWEM implementation from [BWAPI4J](https://github.com/OpenBW/BWAPI4J).
66

7-
### goals
7+
## goals
88
Have a similar (Java) interface to BWMirror to make porting BWMirror bots easy without all the DLL and JNI hassle and overhead.
99

10-
### advantages
10+
## advantages
1111
- no dependency on external DLL's
1212
- no type marshalling
1313
- fast (citation needed)
14+
- supports both 32 and 64-bit Java (e.g. [deeplearning4j](https://deeplearning4j.org/) requires 64bit Java which bwmirror doesn't support)
1415
- BWEM instead of BWTA as map analyser
1516

16-
### warnings
17+
## warnings
1718
- JBWAPI by default has Lateny Compensation disabled (and at the moment has no LatCom at all).
1819
- A fake BWTA is provided for easier porting, but it translates BWTA calls to their respective BWEM calls, so specific Regions/Chokepoints etc. may differ.
1920

20-
### usage
21+
## usage
2122
**maven**
2223

2324
Add JitPack as a repository
@@ -60,7 +61,7 @@ dependencies {
6061

6162
Alternatively add the latest .jar from the [releases](https://github.com/JasperGeurtz/JBWAPI/releases) page to your project.
6263

63-
### compilation
64+
## compilation
6465
`mvnw.cmd package`
6566

6667
or if you already have maven installed

0 commit comments

Comments
 (0)