Use a CDN hosted version of gameQuery

For performance or convenience grounds you may want to use a version of gameQuery hosted on a content delivery network. You can find one on CDNJS.

Download gameQuery

This library is the only thing you need to get started with gameQuery. If you want sound in your game you’ll have to download a sound wrapper too.

Lastest releases version

  • Download gameQuery 0.7.1 (84ko Uncompressed)

Previous versions

Download a sound wrapper

If you wish to have sound in your game you can use one of these plugins. The bogus one is to be used as a starting point for people wishing to develope their own plugin.

Lastest releases version

  • Download HTML5 wrapper 0.6.0 (2ko Uncompressed)
  • Download SoundManager wrapper 0.6.0 (2.5ko Uncompressed)
  • Download Bogus wrapper 0.6.0 (1ko Uncompressed)

Sources

The sources of the project and the git repository are hosted on gitHub. Have a look there if you want to obtain the lastest build of the project. Keep in mind that there is no guarenty that the last revision is stable enough or even able to make your game run at all!

License

This game engin is release under the very permissive MIT license (reproduce here under). If you use or modify it I would be very happy to know it even though it’s not required by the license. The content of this site, the documentation and the tutorials are under a Creative Commons Attribution-Share Alike 2.5 license.

The MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Fork me on GitHub