Skip to content
AntrHaXx edited this page Dec 29, 2016 · 3 revisions

This page will list all the features/ bug fix/ optimizations that gameQuery needs to be a competitive javascript game Engine. Feel free to add anything that you deem worthy here! If you start working on one of these please:

  1. Create a wiki page to document you work
  2. Link this page to this document
  3. Clearly mark that you are working on it and give your gitHub username so that others willing to help know who to contact and that work doesn’t get done twice.

Tilemap Editor

Description: This is an editor that helps to assemble a tile map. It should generate a javascript template code that you could copy to your project with minimal adaptation.

Wiki page: TileMapEditor

User working on this: onaluf,

2D tiles sheet

Description:

Wiki page:

User working on this:

Disk collision

Description:

Wiki page:

User working on this:

Per-pixel collision

Description:

This could help: detects alpha pixels within images (could be used to analyze png based sprites)
http://stackoverflow.com/a/8751659
http://jsfiddle.net/9SEMf/622/

Wiki page:

User working on this:

Box2Djs integration

Description:

http://github.com/jwagner/box2d2-js

Wiki page:

User working on this:

Description:

Wiki page:

User working on this: