SGE
A JavaScript game engine.
Currently it is written in vanilla JavaScript and only supports HTML5 Canvas API as renderer.
Getting Started
Simply clone the repository and go deep into the code.
The engine is in alpha status, which means that it may contain bugs, be unstable and the API may change without notice as a result of product updates.
Examples
Open demo/selfish-gene/index.html in your favourite browser, or navigate to https://raohmaru.github.io/sge/demo/selfish-gene/index.html.
Browser Support
SGE supports IE 10+, Edge, Firefox 15+, Chrome 20+, Safari 8+. In order to support older browsers, you need polyfills for the following JavaScript features:
License
Released under the MIT license.