Skip to content

Commit a6fe52a

Browse files
committed
bump version and update docs
1 parent 7a0b705 commit a6fe52a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
[![Build Status](https://travis-ci.org/JavaBWAPI/JBWAPI.svg?branch=develop)](https://travis-ci.org/JavaBWAPI/JBWAPI)
22
# JBWAPI
3-
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).
44

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

77
## 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
910

1011
## advantages
1112
- no dependency on external DLL's
@@ -35,7 +36,7 @@ Add JBWAPI as a dependecy
3536
<dependency>
3637
<groupId>com.github.JavaBWAPI</groupId>
3738
<artifactId>JBWAPI</artifactId>
38-
<version>0.5</version>
39+
<version>0.6</version>
3940
</dependency>
4041
```
4142

@@ -53,7 +54,7 @@ allprojects {
5354
Add JBWAPI as a dependecy
5455
```
5556
dependencies {
56-
implementation 'com.github.JavaBWAPI:JBWAPI:0.5'
57+
implementation 'com.github.JavaBWAPI:JBWAPI:0.6'
5758
}
5859
```
5960

@@ -67,3 +68,7 @@ Alternatively add the latest .jar from the [releases](https://github.com/JavaBWA
6768
or if you already have maven installed
6869

6970
`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)!

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>jbwapi</groupId>
88
<artifactId>jbwapi</artifactId>
9-
<version>0.5</version>
9+
<version>0.6</version>
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)