Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 847 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 847 Bytes

Rescue Me Qietly - Global Game Jam 2018

Rescue the victims by sending transmission signals in the near environment. Beware that there are enemies, that have better receivers than your victims to be rescued! Yourself is also emitting a signal. If an enemy reaches (kills) a victim or you, you lost. If all victims are rescued you have won! Each level improvement raises the number of victims and enemies and lowers the time left.

Screenshot

Install

You need Meteor to be installed in order to run this game. See their website for installation on on yur OS.

Then you can clone this repo and install the depencies

git clone git@github.com:jankapunkt/ggj2018.git
cd ggj2018/app
meteor npm install
meteor

Then open your browser on localhost:3000. Enjoy!