Marauroa: Difference between revisions
Jump to navigation
Jump to search
imported>Hendrik Brummermann added introduction |
imported>Hendrik Brummermann added introduction |
(No difference)
| |
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
- 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.
Internals
- Meta model design Outline of the design for conversion to the semantic database schema.
- Database access refactoring