gameQuery, a new jQuery plugin, provides functions for creating browser games. In this early stage gameQuery supports a main-loop, game area (playground), sprites with CSS animations and sounds (not tried yet).
Related Submissions:
- Fun with Easing “Easing” functions are key to quality animations. Instead of animation happening at a completely linear rate, easing functions accelerate and decelerate that rate. And there...
- CSS3 Animations and Their jQuery Equivalents As you might know already, I’m not a big fan of animations that are added in CSS3. Yet, several people on Twitter told me why...
- AutoSprites - A jQuery Menu Plugin This jQuery plugin automatically generates menu animations using CSS sprites. It requires very minimal setup and still displays correctly when javascript is disabled. The result...
- jquery-fontavailable - Google Code Simple jQuery plugin that checks if a client browser supports a given font. ...
- jQuery From Scratch: Functions jQuery does not provide a quick method for creating functions. That’s because it doesn’t need to. So what are functions? Instead of giving you the...