ENSEMBLE
A framework for
multi-device games.
Examples
Installation
OSX / Linux
It's dangerous to go alone: you will need ruby, node and couchdb.
$3
1. install rbenv
2. install version of ruby listed in .ruby-version
3.
gem install bundler4.
bundle install$3
5. install nodenv
6. install version of node listed in .node-version
7.
brew install couchdb7.
npm i8.
cd node_modules && ln -nsf ../src && cd..8.
gulp9. npm i jshint -g
Windows