Skip to content

very-scary-scenario/ymir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Conversation with Ymir

A Conversation with Ymir

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.

Setup

Linux/OS X

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

Windows

TODO (gotta find a windows box)