1
0
Fork 0
No description
This repository has been archived on 2024-04-23. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2023-06-04 13:14:49 +02:00
res Last GGL commit 2017-01-23 16:22:01 +01:00
src/main/java/globalgamejam Crash fix 2018-11-14 15:40:31 +01:00
.gitignore Crash fix 2018-11-14 15:40:31 +01:00
LICENSE Initial commit 2017-01-13 20:10:25 +01:00
pom.xml Clean and bug fix (Maven natives) 2018-11-14 15:07:28 +01:00
README.md Update README.md 2023-06-04 13:14:49 +02:00

GGL 2017

This project was maked when The Global Game Jam 2017 in Limoges.

How to COMPILE

$ mvn package assembly:single

How to RUN

$ java -jar target/GGL2017.jar

If not work try

$ java -XstartOnFirstThread -jar target/GGL2017.jar

Global Game Jam #2