RPG Ajax Creator
This package can be used to create Web based role play games (RPG).
It is not yet finished but it already implements some important features:
- Map engine: it can display maps with a bi-dimensional perspective that can be browsed interactively using AJAX. The map definition modules are simple easy to create text files.
- Events engine: used to generate events on a given map. The events are defined in a XML file.
- Fight engine: dynamical fight engine using JavaScript objects. Players can hit monsters, be hit, heal, win, or die. It uses a counter to simulate initiative.
- Character classes: There is one character abstract class, one avatar abstract class, one monsters abstract class, and two monster implementation class (goblins and lizards), and one warrior implementation class.
Download :
http://www.ziddu.com/download/7232374/rpg_creator-2006-05-03.zip.html
