Polatrite / ige

The Isogenic Game Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Isogenic Game Engine

HTML5 2D and isometric scenegraph-based game engine written entirely in JavaScript.

Latest Updates & Changelog

http://www.isogenicengine.com/forum/viewforum.php?f=8

Main Features

  • Full un-obfuscated source code
  • Advanced networking system with built-in server
  • Particle system
  • Scenegraph-based rendering pipeline
  • Tile maps
  • Box2D physics component for easy integration with 2d and isometric games
  • Multiple viewport support
  • Tweening support
  • Cell-based animation support
  • Native and font-sheet text support

Installation

After downloading or cloning this repository, if you plan to use the multiplayer aspects of the engine you should run (assumes that you cloned / extracted the engine repository to /ige)**:

cd /ige/server
npm install

This will automatically download and install any required Node.js modules.

** You must have Node.js installed for the installation to work

Examples

There are a lot of examples in the ./examples folder. Please see the ./examples/readme.md file for more information about running the examples.

Documentation

http://www.isogenicengine.com/docs-manual.html

Forum

Head over to the official help & support forum: http://www.isogenicengine.com/forum

Feedback & Support

If you have any comments, questions, requests etc please don't hesitate to discuss them on the forum!

License

MIT

Intellectual Property, Ownership & Copyright

(C)opyright 2013 Irrelon Software Limited http://www.irrelon.com

Prototype Version

Some of the art and assets that are included in the premium version are not included in the free (prototype) version because of licensing issues.

About

The Isogenic Game Engine


Languages

Language:JavaScript 98.1%Language:CSS 1.3%Language:HTML 0.6%