Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1001 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 1001 Bytes

##OrcTech CAAGE

CAAGE is a CAAT-based html5 game engine.

With this game engine you have a standard setup of classes to deal with

  • Player
  • Enemies
  • Drop
  • Spells
  • Effects

For each of these class you can define a set of data to implement your own game with a defined structure. It also features a component system to define common entities qualities for every actor in the game. You can read the full article here: ( http://buildnewgames.com/js-game-code-org/ )

##Demo##

In the 'demo' folder you can check for a simple game made with this game engine. You have a few files to check:

  • mage.js : Extends "Player" class
  • demo.js : Main game file, defines background, UI and enemies generation
  • data.js : Defines enemies and spell information

Documentation

Will be released Soon(tm).

Contributing

Anyone and everyone is welcome to contribute.

##License##

Open Source and MIT Licensed.

##Author##

Simone Poggi - http://simone-poggi.com/ - All rights reserved.