News Dowload GAEM What's GAEM GAEM on SourceForge.net Intro on GAEM How to Use GAEM FAQ Javadoc Reference History/Known Bugs GPL License Links |
INTRO ON GAEM GAEM is a tiny-weeny engine (plus design) for mobile games which belong to a genre similar to adventure games (or even RPG). It makes possible to create a game on the style without any need of programming. BTW you can addapt GAEM to your own engine as long as is open source. You can also redistribute it, the original or your variation. Read the GPL license on this page or go to GPL site for more info. The data regarding maps and objects is placed in separated text files (three for each map: map, objects, background). The interaction is defined in the object files, wich contain descriptions, states, object that can be used with, etc The engine reads a text file, obtaining thus the info about levels and number of maps in each one. With this info the engine is able to read the files containing the maps, backgrounds and objects files. |