Skip to content
Ian Beveridge edited this page Mar 12, 2013 · 3 revisions

Snaps logo

About Snaps.js

Welcome to Snaps, the isometric JavaScript game engine.

Snaps is centered around plugins and comes with enough of them out of the box to snap together complete games.

It's currently being developed in tandem with an in-development game, so it's a little on the freshly-painted side.

It is however, marching at a pace towards v1.0.

For my own benefit

Here is a list of things that I will create pages for. Some simple use-cases and how to implement them in snaps.js

  • [AMD module introduction][AMDIntro]
  • [Map format][MapFormat]
  • [Loading maps][LoadingMaps]
  • [Coordinates in snaps.js][Coordinates]
  • [Sprites][SpriteIntro]
  • [8-way sprites][8Way]
  • [Composite sprites][CompositesIntro]
  • [Particles][ParticlesIntro]
  • [Tweening][Tweens]
  • [Timers][Timers]
  • [Triggered animation][TriggerEvents]
  • [Keyboard tracking][KeyboardIntro]
  • [Mouse tracking][MouseIntro]
  • [Scrolling the map][ScrollMap]
  • [Cameras][Cameras]
  • [Solid tiles][SolidTiles]
  • [Tile properties][TileProperties]
  • [Movement][MoveAndCollide]
  • [Custom plugins][PluginIntro]
  • [Sound FX][AudioIntro]
  • [UI layers][UIIntro]
  • [Decal layers][DecalLayers]
  • [Custom layers][LayerPlugins]
  • [Plugin summary][PluginList]
  • [Utility overview][UtilList]
Clone this wiki locally