Skip to content

🚀 theatre javascript game framework - generator

License

Notifications You must be signed in to change notification settings

theatrejs/generator-theatre

Repository files navigation

License NPM

generator-theatre

Theatre is a lightweight, simple and fast javascript game framework.

Overview

This Yeoman generator kickstarts Theatre projects.

Installation

Start a console then run :

$ npm install -g yo
$ npm install -g generator-theatre

Usage

Generating a Theatre project is as simple as saying 'yo' !

Quick start

Create the folder of your new project :

$ mkdir <your-game>
$ cd <your-game>

Then generate your project in this new folder :

$ yo theatre

Generate a scene

Go to the root folder :

$ cd <your-game>

Then generate your new scene from the root folder :

$ yo theatre:scene