Index
Features
Getting Started
Sample Games
JSDoc
Creators
Github
Features of our game engine
Mouse input
Keyboard input
Sprites
Vectors
Events
Score
Basic Physics
Grid
Object Pooling (Particle System)
Mouse input
Clickable objects!
Draggable objects!
Keyboard input
Be able to use any letter on your keyboard!
Sprites
Sprite Sheets!
Vectors
Support for Vector math!
Events
Condition based events!
Timer based events!
End-of-update events!
Score
Keep track of as many scores as you would like!
High Scores!
Save High Scores to local browser!
Basic Physics
Velocity/Direction!
Rectangular collision-detection!
Circular collision-detection!
Rectangular AND circular collision-detection interacting!
Grid
Get neighbors!
Find shortest path with the A* method!
Object Pooling (Particle System)
Create an object pool to reduce overhead for particle systems!