No description
Find a file
2026-03-19 23:41:12 +01:00
.github/workflows updated github actions 2023-06-04 12:33:23 +02:00
.settings set minimum compiler version to Java 1.8 2025-12-24 06:58:21 +01:00
buildtools updated jacoco to support recent java versions 2020-06-05 10:20:30 +02:00
extras updated Jetty to Tomcat 2023-03-08 20:08:52 +01:00
functional_tests/marauroa removed DB_CLOSE_ON_EXIT=TRUE as H2 does not support it anymore 2023-09-08 00:20:42 +02:00
libs updated Tomcat from 10.1.7 to 10.1.13 2023-09-08 00:20:54 +02:00
log added files to gitignore 2012-08-18 03:05:03 +02:00
src updated default path to php sessions (#30) 2026-03-19 23:41:12 +01:00
tests Organize imports 2022-04-01 13:15:31 -07:00
.classpath updated Tomcat from 10.1.7 to 10.1.13 2023-09-08 00:20:54 +02:00
.cvsignore added .externalToolbuilders to cvsignore, like in stendhal module 2010-02-23 07:24:26 +00:00
.gitattributes added .gitattributes 2012-09-02 21:16:46 +02:00
.gitignore added npm files 2026-01-18 21:39:13 +01:00
.project added .project file to configure marauroa as a java project in Eclipse 2010-12-26 23:46:02 +01:00
AUTHORS.txt updated AUTHORS.txt and CHANGES.txt 2016-08-27 20:40:18 +02:00
build.ant.properties updated Jetty to Tomcat 2023-03-08 20:08:52 +01:00
build.xml compile typescript code 2026-01-18 21:38:22 +01:00
CHANGES.txt prefer Codeberg 2025-01-23 23:19:43 +01:00
LICENSE.txt updated address of Free Software Foundation (bug #5842) 2016-01-18 22:40:37 +01:00
package-lock.json Bump rollup from 4.55.1 to 4.59.0 2026-03-01 00:58:52 +00:00
package.json compile typescript code 2026-01-18 21:38:22 +01:00
README.md fixed broken this-reference 2026-01-02 00:52:03 +01:00

Marauroa       Build  SourceForge  License GPL

Marauroa is Arianne's Multiplayer Online Engine, that you can use to build your own online games. Marauroa handles client-server communication and object persistence in a database.

Extended Description

Marauroa is completely written in Java using a multithreaded server architecture with a TCP oriented network protocol, a SQL based persistence engine and a flexible game system based on open systems totally expandible and modifiable by developers.

Marauroa is based on a philosophy we call Action/Perception, on each turn a perception is sent to clients explaining them what they perceive and clients can ask server to do any action in their names using actions.

Marauroa is totally game agnostic and makes very little assumptions about what are you trying to do, allowing a great freedom to create whatever type of game you want.

You can find the latest version of Marauroa at: https://arianne-project.org

Games based on Marauroa

Games and tools based on Marauroa:

Marboard jMaPacman Stendhal

Developing with Marauroa

Please check out the tutorial on the Marauroa Wiki.

Building Marauroa

To compile Marauroa you will need:

Now just write: ant dist

You need to grab a game package in order to be able to play it.

Bugs

Please report bugs to https://sourceforge.net/p/arianne/bugs/

Testing

Run ant test to execute the test suite.

Marauroa(c) is copyright of Miguel Angel Blanch Lardin, 2003-2007, arianne_rpg at users dot sourceforge dot net

Marauroa(c) is copyright of the Arianne Project, 2006-2026, arianne-general at lists dot sourceforge dot net