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.
Currently the texts are in French.
PHP >= 5.1.1