20

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.

starbeamrainbowlabs
  • 5,692
  • 8
  • 42
  • 73

4 Answers4

11

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.

Simon
  • 126
  • 1
  • 3
10

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.

Tom
  • 43,583
  • 4
  • 41
  • 61
Leite
  • 954
  • 5
  • 15
4

The creating your first crafty game tutorial has moved here

ThirdOne
  • 1,227
  • 9
  • 13
3

I would start with the offical tutorial. At first glance it looks pretty thorough.

Kendall Frey
  • 43,130
  • 20
  • 110
  • 148