Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adngdb/crafty-examples
Some code examples of how to use the Crafty.js game library
https://github.com/adngdb/crafty-examples
Last synced: 15 days ago
JSON representation
Some code examples of how to use the Crafty.js game library
- Host: GitHub
- URL: https://github.com/adngdb/crafty-examples
- Owner: adngdb
- Created: 2011-01-10T21:54:01.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-03-27T17:52:18.000Z (over 13 years ago)
- Last Synced: 2024-10-17T03:34:00.943Z (26 days ago)
- Language: JavaScript
- Homepage: http://crafty-examples.lqbs.fr
- Size: 376 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Crafty Examples
===============A collection of examples presenting concrete uses of the [Crafty.js game library](https://github.com/louisstow/Crafty).
Animation
---------This code creates a new Component that manages eternally animated elements, and displays it on the screen.
Uses the Component / Entity model and the Crafty's sprite tools.
See [Creating An Eternal Animation With Crafty.js](http://programmateur.lqbs.fr/blog/creating-an-eternal-animation-with-crafty-js/)Isometric Map
-------------This code displays a map of isometric tiles. Clic on a tile to destroy it.