An entry in Global Game Jam 2014, by Very Scary Scenario. There's a trailer, too, if you need to be convinced.
You can play at ggj14.colons.co.
If you don't have virtualenvwrapper installed, install it with pip
by firing up a terminal and running:
sudo pip install virtualenvwrapper
Create a virtualenv for ymir:
mkvirtualenv ymir
When the virtualenv is active, you should then be able to clone the project, install the requirements and run it locally.
git clone https://github.com/colons/ggj14.git
cd ggj14
pip install -r requirements.txt
python manage.py syncdb
python manage.py runserver
TODO (gotta find a windows box)