Slashdot Mirror


Is JavaScript Ready For Creating Quality Games?

kumpetan writes "After seeing so many games built with JavaScript, and considering the applications it powers and the use of Ajax, it seems like web developers are now in the game development pot. It is getting easier and more popular with libraries like jQuery, MooTools, Prototype, etc. There are even libraries like Game JS, GameQuery or JavaScript GameLib, specifically for this purpose. So, will we start to see more ambitious game projects arise using these tools?"

4 of 165 comments (clear)

  1. Re:Easier? by Xest · · Score: 3, Interesting

    It's because most game developers wont want to pratt about for weeks trying to get the core Javascript stuff done, they'll want to write games.

    The availability of these libraries mean they can do that.

    There's the argument that developers always used to have to write their own driver layer and such in the DOS days and then build a graphics engine on top of that so it's not like game developers didn't used to have this barrier and yet still did well. The problem with that argument is back then, everyone had to do that, nowadays people could just go build something with Flash or just do a non-web game with XNA or something instead.

    The importance of good and easy to use libraries means Javascript has a more level playing field with other technologies that currently attract game developers.

    Messing around developing the underlying APIs, framework and such detracts from the important part of developing games- developing the game itself. The more time that can be spent actually developing games, the more potential there is for the games to be better because more time can be spent on the actual gameplay.

  2. Blame CSS, HTML and IE by Nicolas+MONNET · · Score: 4, Interesting

    HTML+CSS (current versions) is inadequate for most of what it's used for (user interfaces), as opposed to what it's meant for (documents). Add to the mix the monster that is IE, and you need javascript to make it bearable.

  3. Define "ready" by Kjella · · Score: 5, Interesting

    Q: Is JavaScript Ready For Creating Quality Games?

    A: No, but it's happening anyway.

    People build quality games out of the wierdest languages, for example Transport Tycoon Deluxe was built in assembler around 1995. I have no doubt you can write quality games in javascript. I don't think it's the easiest or best way, but it's not really my concern. If they cna make it happen, more power to them.

    --
    Live today, because you never know what tomorrow brings
  4. Re:breakout by Annymouse+Cowherd · · Score: 3, Interesting

    Another great one is DHTML Lemmings