I have decided to fork gameQuery as I really like the framework and development seems to have ceased.

The git page is at https://github.com/ratbum/gameQuery

Stuff I've added to gameQuery:

  • moveBy : conveniently moves actors at at a specified angle and speed.
  • moveTo : conveniently moves actors to a specified pixel at a specified speed.

My objectives:

  1. Test moveTo
  2. Fix collision detection
  3. Add a function to make the 'camera' follow an element (if anyone has any suggestions about this, they would be most appreciated)
  4. Anything else I feel would be useful while trying to make a game

If you want physics in your game, I would suggest you use jqueryphysics.

If there is anything you feel that would be useful to have added to gameQuery, feel free to put it in a comment below.