Theatre is a lightweight, simple and fast javascript game framework.
This Yeoman generator kickstarts Theatre projects.
Start a console then run :
$ npm install -g yo
$ npm install -g generator-theatre
Generating a Theatre project is as simple as saying 'yo' !
Create the folder of your new project :
$ mkdir <your-game>
$ cd <your-game>
Then generate your project in this new folder :
$ yo theatre
Go to the root folder :
$ cd <your-game>
Then generate your new scene from the root folder :
$ yo theatre:scene