September 8, 2012
Developing Games with LimeJS
Posted by Brian Mains under JavaScript, LimeJS | Tags: games, html 5, javascript, limejs |No Comments
I’ve been working with LimeJS, developing a sample game using this HTML 5/JavaScript framework. LimeJS is a free framework that renders games in the DOM, using the HTML 5 canvas, or even using WebGL. The game I was building is a letter-based game. The game was a simple shell (without too much styling) and is still being developed. You can read more about it from my series here:
- HTML 5 Games With Lime JS, Part 1: The Start Method
- HTML 5 Games with Lime JS, Part 2: Defining the Layer
- HTML 5 Games with Lime JS, Part 3: Animation
- Lime JS DOM Rendering
- HTML 5 Games with Lime JS, Part 4: Custom UI Classes
This series is still being developed and will be added to over time.