For a school developement project I need to create a bomberman-like game in javascript witch will feature a 2D person vs person online gaming. I can use any open-source library/framework I want.
The thing is that javascript is a pretty hard language to learn from scratch and i probably wont be able to do it in time. For know i only know ruby on rails witch I'll be using for the backend, save, rooting, etc...
So i went looking for a really easy and fast to use game engine in javascript. I already found some pretty popular ones like Gamejs, box2dweb or tapjs and even a full list at
https://gist.github.com/768272 but I'm unable to choose any of them.
Witch one provide the best tutorials, documentation, etc...
Any help would be welcome... As you can see, I'm total newbie in game development.