Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crafty.js Tutorial [closed]

This question has probably been asked before, but I didn't find it while searching.

Can anybody point me towards a good up to date tutorial for Crafty.js? I cannot seem to find one and I am having trouble getting my head around it. If there are no good tutorials, then are there any alternative HTML5 game engine libraries with a good tutorial?

Edit: I have tried reading 'starmelts' tutorials, but they seem a little bit confusing for me.

Edit 2: The HTML5 game engine only has to work on desktop browsers, but especially chrome.

like image 524
starbeamrainbowlabs Avatar asked Jun 26 '12 17:06

starbeamrainbowlabs


2 Answers

I am aware, that this question is quite old, but since it is highly ranked on google and there are so few well known tutorials available I going to post this link anyway.

http://buildnewgames.com/introduction-to-crafty/

This is a really good, quick and up to date craftyjs tutorial. It teaches the key concepts of using this framework, by developing a small game.

like image 158
Simon Avatar answered Nov 02 '22 23:11

Simon


I've tested crafty a while back, haven't had a chance to work with it though.

But when I was testing it, I've found these links useful.

http://cykod.github.com/Presentations/HTML5/Crafty/ and starmelt tutorial as you already know https://github.com/starmelt/craftyjstut/wiki

Craftyjs doesn't have strong documentation yet, but there are some good articles scattered around that you might find useful. If you really want to, drop me a line, and I'll try and help you understand it as this will also help me.

like image 10
Leite Avatar answered Nov 03 '22 00:11

Leite