martinfelis / ggj15

Global Game Jam 2015 Game (wohooo!)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prisonbroke

A fun coop-stealth game made during Global Game Jam 2015 by SimonPtr, Phaiax (http://invisibletower.de), bitowl, and fysx (http://fysx.org).

Jam site: http://globalgamejam.org/2015/games/prison-broke

It's dark and a little bit scary outside of your prison cell, but you escaped with the help of your inmate and a file you found in a cake. What do you do now? There are still more steps to do to become free. Supidly you are still chained together. And the file is left in your cell.

  • Player 1: Arrow Keys
  • Player 2: W A S D
  • Player 3: I J K L
  • Your goal: escape
  • Note: the first few levels are only tutorials

Downloads

Alternate Method Ubuntu (play from source):

Install love 0.9.1: https://love2d.org/

sudo apt-add-repository ppa:bartbes/love-stable
sudo apt-get update
sudo apt-get install love

Clone this repository and start the game

git clone https://github.com/martinfelis/ggj15.git prisonbroke
cd prisonbroke
love .

Receive updates (if any)

cd prisonbroke
git pull

Known Bugs

  • 4 Player only with gamepads

About

Global Game Jam 2015 Game (wohooo!)

License:Apache License 2.0


Languages

Language:Lua 99.3%Language:Shell 0.4%Language:GLSL 0.3%