GameJS and gameQuery: two javascript libraries for game developers

During late 90’s web games as we know them did not exist.

At that time Javascript was the only language used to make some simple browser games.

Years passed, and Flash became the leading tool to make Flash games. Anyway, I want to point you to two javascript libraries made for game developers.

While you can’t obviously compare the games you can make to modern Flash action games, I am sure you can code some decent puzzle games. Some months ago I made a Sokoban prototype using Javascript and the game worked pretty well, being Javascript only.

GameJS: A 2d game development framework in JavaScript by Tommy Maintz

It’s a Javascript port of the Microsoft XNA Framework using Canvas as the rendering device.

As the author says, « Obviously JavaScript and Canvas isn’t the best combination to write browser games with. Flash will be the best platform for this for a long time. But this was all about fun, experimenting with new HTML features and learning game development. In Tetris a high FPS isn’t really important, but with a filled game field, which already is 10 x 18 textures every frame, I still managed to get 25fps in FF and Chrome. This means that if you would use the framework to write games like Pacman and Super Mario, you would probably get 50+ fps on a decent computer, since they both probably have less then half the amount of textures at the same time on the screen. »

Read more information at the official page, where you can play Tetris.

I have to say, at the moment the game is giving me an error, but yesterday I managed to play from another computer.

gameQuery: a Javascript game engine with jQuery

gameQuery is a jQuery plug-in to help make javascript games easier to develop by adding some simple mechanism and commodity.

It’s still in a very early stage of development and may change a lot in the versions to come.

There is an interesting game (with a detailed tutorial) you can play: a Money Idol Exchange clone called Mechalchemist

I think it would be interesting to develop a Javascript game, maybe to be embedded as a Facebook application… yes… I am playing with FB… stay tuned…

Rate this post: 1 Star2 Stars3 Stars4 Stars5 Stars (2 votes, average: 5.00 out of 5)
Loading ... Loading ...
If you found this post useful, please consider a small donation.

2 Responses to “GameJS and gameQuery: two javascript libraries for game developers”

  1. Boxer on March 5th, 2009 12:48 am

    There’s another interesting “javascript” game engine called Unity3D.Unity supports three scripting languages: JavaScript, C#, and a dialect of Python called Boo and will be available for Windows soon.

    I’ll definitely give it a try.It looks promising.

  2. Sparkplug90 on March 5th, 2009 10:06 am

    hey i was wondering if you could do atutorial on a turret like the artilary game but in as3 and in box2d
    because i havent been able to find one yet

Leave a Reply




flash games company