Main Page: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann uploaded external image to the wiki in order to be able to disable external image loading |
imported>Hendrik Brummermann →Marauroa Engine: added information about what Marauroa does |
||
| Line 24: | Line 24: | ||
|- |
|- |
||
| Marauroa is an open source multiplayer online games 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. The server is coded in Java and can use Python for your game description, provides a MySQL backend and uses an TCP transport channel to communicate with dozens of players. Our reference clients are coded using Java in order to achieve maximum portability and use open technologies too. |
| Marauroa is an open source multiplayer online games 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. The server is coded in Java and can use Python for your game description, provides a MySQL backend and uses an TCP transport channel to communicate with dozens of players. Our reference clients are coded using Java in order to achieve maximum portability and use open technologies too. |
||
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. |
|||
| [[Image:arianneWikiLogo.png|link=Marauroa]] |
| [[Image:arianneWikiLogo.png|link=Marauroa]] |
||
|} |
|} |
||
See [[Marauroa]] for more information. |
See [[Marauroa]] for more information. |
||
== Project History == |
== Project History == |
||