GGJ 2014 exploration horror videogame.
This assumes you already cloned the repo running: git clone https://github.com/Rumpelcita/thechangeling
Install ruby 1.9.3 https://www.ruby-lang.org/en/
gem install sprout
gem install flashsdk --pre
cd thechangelling
bundle install
rake
From now on you just have to run rake whenever you wish to run the game. This way you don't have to set a dev enviroment if you need to test the game.
There is an executable inside the bin folder, but it's not always up to date so the rake command is the recommended method to test the game.