Skip to content

raohmaru/sge

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
 
 
 
 

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.

Releases

No releases published

Packages

No packages published