Skip to content

Commit

Permalink
bump version and update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperGeurtz committed Mar 18, 2019
1 parent 7a0b705 commit a6fe52a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
[![Build Status](https://travis-ci.org/JavaBWAPI/JBWAPI.svg?branch=develop)](https://travis-ci.org/JavaBWAPI/JBWAPI)
# JBWAPI
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).
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).

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

## goals
Have a similar (Java) interface to BWMirror to make porting BWMirror bots easy without all the DLL and JNI hassle and overhead.
- Have a similar (Java) interface to BWMirror to make porting BWMirror bots easy without all the DLL and JNI hassle and overhead.
- Stay as update as possible with the BWAPI releases

## advantages
- no dependency on external DLL's
Expand Down Expand Up @@ -35,7 +36,7 @@ Add JBWAPI as a dependecy
<dependency>
<groupId>com.github.JavaBWAPI</groupId>
<artifactId>JBWAPI</artifactId>
<version>0.5</version>
<version>0.6</version>
</dependency>
```

Expand All @@ -53,7 +54,7 @@ allprojects {
Add JBWAPI as a dependecy
```
dependencies {
implementation 'com.github.JavaBWAPI:JBWAPI:0.5'
implementation 'com.github.JavaBWAPI:JBWAPI:0.6'
}
```

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

`mvn package`

## tutorial

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)!
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>jbwapi</groupId>
<artifactId>jbwapi</artifactId>
<version>0.5</version>
<version>0.6</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit a6fe52a

Please sign in to comment.