Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 722 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 722 Bytes

ZelGine

What is ZelGine?

That is a JS game engine, works perfect for small browser game project.

What functional realize in engine?

That is a small engine, so so only important things are realized here:

  • Sprite animation with flexable settings
  • A lot of functions for collision tracking
  • Camera with basic functions
  • Simple scene manager
  • Useful input system
  • Basic game object with all functional
  • Some functional for arrays and math work
  • And additional:
    • Example game for demonstration of engine work
    • JLinker for building engine

How to install ZelGine into your project?

Just download archive from github and unzip them. Then you can replace necessary files with your own project files