What is a currently a good game stack for simple Javascript 2D multiplatform game?

Posted by JacobusR on Game Development See other posts from Game Development or by JacobusR
Published on 2012-08-24T08:39:19Z Indexed on 2012/09/24 15:51 UTC
Read the original article Hit count: 353

Filed under:
|
|

I'm looking for advice from someone can help me avoid common pitfalls in developing light weight, quick-to-market games. Yeah, I've heard of Google ;-), but a trip down Google lane does not beat solid experience from someone who has been down this path. I'm looking for advice from someone who works alone, or in a small team, and has developed some 2D games for mobile.

My game ideas don't require intensive graphics, just simple arcade style glyphs and collision detection. My experience is mostly with Scala, Java and web technologies (Javascript, CSS, SVG, HTML, etc).

My question is: Is there a nice stack that someone can suggest that will be a good fit for my skillset?

I'm considering Javascript for simple 2D shooter games with simple multiplayer games being supported with a Scala server-side written on Spray. Is this silly? Should I rather look into things such as Unity 3D, and use it in 2D mode?

For the actual game engine, something like the Sparrow Framework would be great, but it needs to be multiplatform.

© Game Development or respective owner

Related posts about 2d

Related posts about JavaScript