PDA

View Full Version : Game development in Javascript?



HotelUser
30-06-2010, 01:16 AM
I would never have given Javascript a second's glance when it comes to games, even a few months ago. Now that I've seen Google's Javascript Pacman, I'm really interested. I've been using Jquery to satisfy my Javascript needs but I'd really like to get into a framework that, well, lets me create something like Google's pacman! I'm not sure what they wrote that in, if it's GWT then I'm lost for words. Does anyone know any really good Cpp/Java Javascript frameworks where I can make an application as good as Google's pacman?

Trigs
30-06-2010, 01:48 AM
http://kynto.com/ is javascript. Pretty impressive considering it's an MMO.

HotelUser
30-06-2010, 01:58 AM
I don't understand how it's all accomplished with a single thread though, it's crazy.

Trigs
30-06-2010, 07:10 AM
JS is just used mainly for pathfinding. The rest is server-side.

Apolva
30-06-2010, 08:44 AM
I've seen a lot written using the HTML5 Canvas element (http://en.wikipedia.org/wiki/Canvas_element) (maybe even google pacman). Disadvantage is it's not currently supported by one of the most popular browsers (guess which one).

Colin-Roberts
30-06-2010, 11:40 AM
it's possible to make a game in java like this, javascript is different and would have it's limits.

MattFr
01-07-2010, 10:36 AM
http://kynto.com/ is javascript. Pretty impressive considering it's an MMO.

Kynto is now written in AS3. Javascript is used for the API I believe.

Javascript is good though, has a very nice event model, it will have many crossbrowser limitations though.

HotelUser
02-07-2010, 01:48 PM
Kynto is now written in AS3. Javascript is used for the API I believe.

Javascript is good though, has a very nice event model, it will have many crossbrowser limitations though.

Internet Explorer ruins it for everyone, as usual.

I'd just like a nice GWT like toolkit!

Want to hide these adverts? Register an account for free!