A turn based game in wich players kill each others using bows, arrows and GRAVITY !
## Built with
* [libGDX](https://libgdx.com/)
## Usage
Gradle should manage every dependencies for you. \
It is recommended to use [Visual Studio Code](https://code.visualstudio.com/) with this [java extension pack](https://marketplace.visualstudio.com/items?itemName=vscjava.vscode-java-pack).
To run the game:
```bash
./gradlew desktop:run
```
To export the game to a .jar file:
```bash
./gradlew desktop:dist
```
The resulting .jar files should be in `desktop/build/libs/`