Friday, September 5th, 2008
gameQuery:
Selim Arsever wants to make it easier to great JavaScript games, so he created gameQuery, based on jQuery.
gameQuery allows you to declare animations, which are made of one image with a succession of frames just like in a css sprite. An animation in itself doesn't exist until it's associated with a sprite.
-
-
var myAnimation = new Animation({ imageURL: "./myAnimation.png", numberOfFrame: 10, delta: 60, rate: 90, type: Animation.VERTICAL | Animation.ONCE});
-













Selim Arsever wants to make it easier to create*
Hmmm… it seems to be extremely basic. Try this for a much better game library (it does not use jquery but provides tons of functionality) http://www.sean.co.uk/a/webdesign/javascript_gamelib/javascript_gamelib.shtm