developers

rhizomZ is an open source game with a social license in the usage.

github*

you find the ressources here.

architecture*

the architecture of rhizomZ is splitted into two systems. a 'front'-end and a backend both in php. the database behind the backend is one table in mysql with all objects (object and links).

frontend vs backend (mvc)

database modell

The database model must support rhizomatic and endless structrues. the whole model is based on RObject (Nodes) and Links inbetween. Both are represented the table RObject with different realsm/types. As a database we use Mysql* because it is so widespread and therefore almost everybody could install the whole application somewhere and move it also.

* coming more soon