An open API service indexing awesome lists of open source software.

https://github.com/kdridi/ggj2019

This is our participation to the Global Game Jam 2019
https://github.com/kdridi/ggj2019

box2d gamejam ggj2019 love2d

Last synced: 2 days ago
JSON representation

This is our participation to the Global Game Jam 2019

Awesome Lists containing this project

README

          

# Global Game Jam 2019

This year's theme : **What home means to you**

# House Of Pigs : Intro



# House Of Pigs : Gameplay



# House Of Pigs : Technical Stuff

Please check [our team entry](https://globalgamejam.org/2019/games/house-pigs).

In order to package a version please type this command:

```bash
src/scripts/package [version]
```

The version parameter is the name of app's subdirectory

```bash
ls -l src/app
```

For example:

```bash
src/scripts/package v01
```

The script will create a windows and a macos version

```bash
ls -l release
```