1
0
Fork 0
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.
Global-Gam-Jam-2017/README.md

25 lines
343 B
Markdown
Raw Permalink Normal View History

2018-11-14 11:57:24 +01:00
# GGL 2017
2018-11-14 15:15:43 +01:00
This project was maked when The Global Game Jam 2017 in Limoges.
2018-11-14 11:57:24 +01:00
2018-11-14 15:15:43 +01:00
## How to COMPILE
2018-11-14 11:57:24 +01:00
```
$ mvn package assembly:single
```
2018-11-14 15:15:43 +01:00
## How to RUN
2018-11-14 11:57:24 +01:00
2018-11-14 15:07:28 +01:00
```
$ java -jar target/GGL2017.jar
```
If not work try
2018-11-14 11:57:24 +01:00
```
$ java -XstartOnFirstThread -jar target/GGL2017.jar
```
2023-06-04 13:14:49 +02:00
[Global Game Jam #2](https://globalgamejam.org/2017/games/beach-fighter)