diff options
author | SimonIT <simonit.orig@gmail.com> | 2019-12-14 10:51:36 +0100 |
---|---|---|
committer | SimonIT <simonit.orig@gmail.com> | 2019-12-14 10:51:36 +0100 |
commit | 1d307286b482a91cc24e86a4b0053beb023a5d28 (patch) | |
tree | fba62930c5ef9d936ae5da4bc76e1dce9b6beed9 /README.md | |
parent | 6a970d009779512fea71dfad035480fc0b841a0c (diff) | |
download | gdx-boardgame-1d307286b482a91cc24e86a4b0053beb023a5d28.zip gdx-boardgame-1d307286b482a91cc24e86a4b0053beb023a5d28.tar.gz |
protected Assembly children, building on travis
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ # gdx-boardgame [![](https://jitpack.io/v/jeremyz/gdx-boardgame.svg)](https://jitpack.io/#jeremyz/gdx-boardgame) +[![Build Status](https://travis-ci.org/jeremyz/gdx-boardgame.svg?branch=master)](https://travis-ci.org/jeremyz/gdx-boardgame) is a [libgdx](https://libgdx.badlogicgames.com/) based framework to build 2D boardgames. @@ -25,7 +26,7 @@ Add the repository: Add the dependency to all subprojects: (You can replace `master-SNAPSHOT` with a tag from github) ```groovy dependencies { - implementation 'com.github.jeremyz:gdx-boardgame:master-SNAPSHOT' + implementation 'com.github.jeremyz:gdx-boardgame:master-SNAPSHOT' } ``` If you use the html module, you have to add also this module to its dependencies: |