22 lines
270 B
Markdown
Executable file
22 lines
270 B
Markdown
Executable file
# GGL 2017
|
|
|
|
Ce projet a été créé durant la Global Game Jam de 2016 à Limoges.
|
|
|
|
## Comment compiler
|
|
|
|
```
|
|
$ mvn package assembly:single
|
|
```
|
|
|
|
## RUN
|
|
|
|
|
|
```
|
|
$ java -jar target/GGL2017.jar
|
|
```
|
|
|
|
If not work try
|
|
|
|
```
|
|
$ java -XstartOnFirstThread -jar target/GGL2017.jar
|
|
```
|