Marauroa: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann No edit summary |
imported>Kymara No edit summary |
||
| (99 intermediate revisions by 5 users not shown) | |||
| Line 1: | Line 1: | ||
{{Navigation for Marauroa Top|General}} |
|||
| ⚫ | |||
{{Navigation for Marauroa General}} |
|||
__NOTOC__ |
[[Image:oneszeros.png|right]]__NOTOC__ |
||
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. |
|||
Remember that Marauroa is just a framework. If you are not interested in coding a game, but want to play one, have a look at [[Stendhal]]. |
|||
== General == |
== General == |
||
* [[What is Marauroa]] |
* [[What is Marauroa|What is Marauroa?]] |
||
* [[Marauroa Features]] |
* [[Marauroa Features|Features]] |
||
* [[MarauroaObjectives|Objectives]] |
* [[MarauroaObjectives|Objectives]] |
||
* [[Differences]] |
|||
== Obtaining Marauroa == |
|||
Remember that Marauroa is just a server middleware and so you need a game to do anything with Marauroa. |
|||
* [[Arianne_Source_Code_Repositories|Source Code]] |
|||
| ⚫ | |||
* [http://arianne.sourceforge.net/engine/marauroa.html#downloadsection Compiled] |
|||
| ⚫ | |||
* [[HowToBuildMarauroa|How To Build]] |
* [[HowToBuildMarauroa|How To Build]] |
||
| Line 18: | Line 26: | ||
== Developers API == |
== Developers API == |
||
* Online version of the most recent [http:// |
* Online version of the most recent [http://stendhalgame.org/hudson/job/marauroa_HEAD/javadoc/ Marauroa API] |
||
* Included in the [http://sourceforge.net/projects/arianne/files/marauroa marauroa-x.xx-docs.zip]. |
* Included in the [http://sourceforge.net/projects/arianne/files/marauroa marauroa-x.xx-docs.zip]. |
||
<!-- |
|||
== Internals == |
|||
== Ohloh Statistics == |
|||
| ⚫ | |||
* [[Meta_model_for_rpclass_and_rpobject| Meta model design]] Outline of the design for conversion to the semantic database schema. |
|||
--> |
|||
* [[Refactoring_Database_Access_in_Marauroa| Database access refactoring]] |
|||
[[Category:Marauroa]] |
[[Category:Marauroa]] |
||
{{#breadcrumbs: [[Marauroa]] }} |
|||
Latest revision as of 12:53, 30 January 2012

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.
Remember that Marauroa is just a framework. If you are not interested in coding a game, but want to play one, have a look at Stendhal.
General
Obtaining Marauroa
Instructions and Tutorials
- How To Build
- Initial Steps With Marauroa
- Client/Server Chat Example A client/server chat example based on Marauroa.
Developers API
- Online version of the most recent Marauroa API
- Included in the marauroa-x.xx-docs.zip.
{{#breadcrumbs: Marauroa }}