Skip to content

Commit

Permalink
Add links to example projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
steffen-wilke committed Jan 3, 2019
1 parent bdb285e commit 69e941c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/creating-a-project/get-litiengine.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ There are multiple ways to achieve this. The library is distributed over the [Ma
compile 'de.gurkenlabs:litiengine:0.4.14'
```

A basic example for a Gradle based LITIengine project can be found [HERE](https://github.com/gurkenlabs/litiengine/tree/master/examples/hello-liti-gradle).

### Apache Maven
```xml
<dependency>
Expand All @@ -19,6 +21,8 @@ compile 'de.gurkenlabs:litiengine:0.4.14'
</dependency>
```

A basic example for a Maven based LITIengine project can be found [HERE](https://github.com/gurkenlabs/litiengine/tree/master/examples/hello-liti-maven).

### Manual Download
[litiengine-0.4.14.jar](https://search.maven.org/remotecontent?filepath=de/gurkenlabs/litiengine/0.4.14/litiengine-0.4.14.jar)
> **Note:** This download will not provide you with any referenced native assemblies (e.g. for Gamepad integration).
Expand Down

0 comments on commit 69e941c

Please sign in to comment.