Skip to content
russplaysguitar edited this page Sep 1, 2011 · 14 revisions

Description

LimeJS is an open source HTML5+JS game development framework. It includes 3 example games that we can improve upon within the limejs/lime/demos folder.

Leader Name + GitHub ID

Russ S. (russplaysguitar)

Dependencies

  • Python 2.6+ (2.7 works fine)
  • Subversion

Installation Steps

  1. Install Python via Synaptic
  2. Install Subversion via Synaptic
  3. $ git clone [email protected]:ChicoTeam/limejs.git
  4. $ cd limejs
  5. $ bin/lime.py init

NOTE: Spaces within your project path will cause installation errors

Steps to Run

  • To run the demos, simply open the demo html files within your browser.
  • To create a new project: $ bin/lime.py create helloworld

Demos

  • Game demos here: limejs/lime/demos/
  • Basic demos here: limejs/lime/demos/tests/run.htm

Unit Tests

Find them here: limejs/lime/tests/

Language/Framework References and Guides

Links to LimeJS tutorials

Getting started

The Timeline

Layout and Nodes

Shapes and Fills

Events

Animations

Drawing Engines

Building