ensemblejs
v6.2.4
Published
The ensemble game framework
Downloads
119
Readme
ENSEMBLE
A framework for multi-device games.
Examples
Installation
OSX / Linux
It's dangerous to go alone: you will need ruby, node and couchdb.
Ruby (via rbenv)
- install rbenv
- install version of ruby listed in .ruby-version
gem install bundler
bundle install
Node (via nodenv)
install nodenv
install version of node listed in .node-version
brew install couchdb
npm i
cd node_modules && ln -nsf ../src && cd..
gulp
npm i jshint -g