1
0
Fork 0
No description
This repository has been archived on 2026-02-04. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
  • Java 98.4%
  • GLSL 1.2%
  • Nix 0.4%
Find a file
2026-02-04 20:48:27 +01:00
res Last GGL commit 2017-01-23 16:22:01 +01:00
src/main/java/globalgamejam Fix the build and add flake.nix 2026-02-04 20:48:27 +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 Fix the build and add flake.nix 2026-02-04 20:48:27 +01:00
README.md Update README.md 2023-06-04 13:14:49 +02:00
shell.nix Fix the build and add flake.nix 2026-02-04 20:48:27 +01: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