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
- Host: GitHub
- URL: https://github.com/kdridi/ggj2019
- Owner: kdridi
- License: other
- Created: 2019-01-26T08:51:50.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-30T15:20:08.000Z (over 7 years ago)
- Last Synced: 2025-09-04T00:30:18.230Z (10 months ago)
- Topics: box2d, gamejam, ggj2019, love2d
- Language: Lua
- Homepage:
- Size: 93.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
- Authors: AUTHORS
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
```