15 lines
212 B
Markdown
Executable file
15 lines
212 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 -XstartOnFirstThread -jar target/GGL2017.jar
|
|
```
|