Main Page: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 51: | Line 51: | ||
== General == |
== 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. |
* [[HowToWriteGamesUsingArianne]] <br>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. |
* [[ChatdServerClientExample]] <br>This is a very short description of how to create a simple chat application using Arianne and Python. |
||
== Frameworks documentation == |
== Frameworks documentation == |
||
Revision as of 18:28, 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.
- History Of Arianne
- How To join Arianne
- How To help Arianne: Become an Arianne Hero!
- What makes Arianne different
Blogs of Arianne developers:Games documentationGladiatorsMapacmanStendhal
|
Project DocumentationOverall design documentationGeneral
Frameworks documentationMarauroapyarianneAriannexp |
Miscellaneous
Please see documentation on customizing the interface and the User's Guide for usage and configuration help.