Skip to content

Commit 244b431

Browse files
authored
Update README.md
1 parent 962347d commit 244b431

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44

55
Blackbox based AI for games. Provides multiple solutions for entity mood, goal picking and identity.
66

7+
## Gradle
8+
```gradle
9+
repositories {
10+
// ...
11+
maven { url "https://jitpack.io" }
12+
}
13+
14+
dependencies {
15+
compile 'com.github.ghandhikus:Brainlet:master'
16+
}
17+
```
718

819
## Brainlet Usage
920
```java

0 commit comments

Comments
 (0)