Using a component in your game
Crafty.modules({ moveto: 'DEV' }, function () {
//module is ready
Crafty.e("MoveTo, 2D, DOM");
});
Create game faster! Use CraftyBoileprlate!
crafty by Louis Stowasser
Crafty is a modern component and event based framework for javascript games that targets DOM and canvas. Check out the DEV version if you want to play with the latest and greatest.
Homepage: https://github.com/craftyjs/Crafty
by Fly With Monkey
HTML5 games developers needs tools! Use custom data logger, social networks integration, payments integration and give badges for games users.
New Components
| Component name | Description | Author | Latest release | Latest RELEASE date |
|---|---|---|---|---|
| Crafty3D | A component to add 3D support to Crafty, using Three.js and the tQuery Loop class to handle rendering. | Doc Labyrinth | RELEASE | 2012-05-09 07:42:07 |
| CraftyBox | Just like 2D, Physics, Gravity, Collision, altogether, but cooler. | Son Tran | RELEASE | 2012-04-26 03:09:38 |
| TiledLevel | This is a level importer that takes in json files generated by Tiled Map Editor (http://mapeditor.org). You must first export your map/level to json format using command E in Tiled Map Editor. Call Crafty.e(TileLevel).level(YOURLEVEL.json). Requires jquery | Matt LeVeck | RELEASE | 2012-02-24 08:36:46 |
| ClickFocus | Click and focus on an entity with this component, and blur on clicking background or other entities without this component. | Peng Yu | RELEASE | 2012-02-03 12:34:06 |
| SpriteText | Display Text using Sprite fonts (aka Pixel fonts). Works for both 2D backends: DOM and Canvas. | starmelt | RELEASE | 2012-02-08 07:00:00 |
| CraftyBox2d | CraftyBox2d is a component that facilitates the use of the Physics Engine Box2D. | Jhean Ceballos | RELEASE | 2012-03-04 10:55:57 |
| AStar | Simple and easy pathfinding for CraftyJS | Lucas Bittencourt | RELEASE | 2012-01-22 07:16:24 |
| Hexmap | A hexagonal tilemap component to the Crafty game engine | Oyvind Ingvaldsen | RELEASE | 2012-01-18 12:09:32 |
| HitBox | This Components displays Collision Hitboxes Solid or Wired | Witali Mik | RELEASE | 2012-01-12 10:49:14 |
| Joystick | Joystick control for touch devices, imitation press on keyboard in crafty, fourway control - full configure, default imitation arrow buttons | Radzikowski Piotr | RELEASE | 2012-02-19 08:09:58 |