Main Page: Difference between revisions

From Arianne
Jump to navigation Jump to search
(No difference)

Revision as of 18:38, 8 February 2005

This is our project Wiki, use it wisely.

Regards,
Miguel

What is Arianne?

Arianne 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 UDP transport channel to communicate with dozens of players. Our reference clients are coded using Java and the C language in order to achieve maximum portability and use open technologies too.

Blogs of Arianne developers:

Games documentation

Gladiators

Gladiators was our reference game which was used to kick off Marauroa. It is programmed using the Blitz library on the client side and uses Java on the server side. Unfortunately, the resulting client wasn't portable and so it was abandoned since Marauroa version 0.4x

Mapacman

mapacman has been our reference game to consolide work done in Marauroa. It has been the test platform of Delta2 algorithm. It is coded in Python both client and server, and unfortunatelly it is now not working because of changes done to Marauroa 1.00. It is planned to recover it soon after Marauroa 1.00 release.

Stendhal

Stendhal is our reference game for Marauroa 1.00 to test multizones features. It is coded in Java both client and server.


 

Project Documentation

Overall design documentation

General

  • HowToWriteGamesUsingArianne
    This long essay describes how to write a online game similar to Pacman, from the game design to the game deployment, using Arianne and Python.
  • ChatdServerClientExample
    This is a very short description of how to create a simple chat application using Arianne and Python.

Frameworks documentation

Marauroa

pyarianne

Ariannexp


Miscellaneous

Please see documentation on customizing the interface and the User's Guide for usage and configuration help.