Marauroa: Difference between revisions

From Arianne
Jump to navigation Jump to search
Content deleted Content added
imported>Hendrik Brummermann
No edit summary
imported>Hendrik Brummermann
added introduction
Line 1: Line 1:
<div style="border: dotted 1px black; float:right">{{#ohloh:p|4434|project_factoids}}</div>
<div style="border: dotted 1px black; float:right">{{#ohloh:p|4434|project_factoids}}</div>


Marauroa is an open source framework and engine to develop turn based and real time games. It provides a simple way of creating games on a portable and robust server architecture. Marauroa manages the client server communication and provides an object orientated view of the world for game developers. It further handles database access in a transparent way to store player accounts, character progress and the state of the world.
__NOTOC__


== General ==
== General ==

Revision as of 22:00, 22 February 2010

{{#ohloh:p|4434|project_factoids}}

Marauroa is an open source framework and engine to develop turn based and real time games. It provides a simple way of creating games on a portable and robust server architecture. Marauroa manages the client server communication and provides an object orientated view of the world for game developers. It further handles database access in a transparent way to store player accounts, character progress and the state of the world.

General

Remember that Marauroa is just a server middleware and so you need a game to do anything with Marauroa.

Instructions

Developers API

Internals