(just another game engine)
- Input handling.
- Particle emitters.
- Frame and keyframe animations.
- Multi-layer sprite system.
- Collision detection.
- Basic full canvas shading.
To run, start a local server using: python -m SimpleHTTPServer and access the index page. That's pretty much it!
Examples can be found within the /src/Example directory.
