Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 563 Bytes

File metadata and controls

21 lines (14 loc) · 563 Bytes

JS Game Engine

(just another game engine)

Screen Shot 2021-07-17 at 9 54 49 AM

Features

  • Input handling.
  • Particle emitters.
  • Frame and keyframe animations.
  • Multi-layer sprite system.
  • Collision detection.
  • Basic full canvas shading.

Initialization

To run, start a local server using: python -m SimpleHTTPServer and access the index page. That's pretty much it!

Examples

Examples can be found within the /src/Example directory.