DesignOverview: Difference between revisions
Content deleted Content added
No edit summary |
imported>Hendrik Brummermann No edit summary |
||
| (60 intermediate revisions by 5 users not shown) | |||
Line 1:
{{Likely Outdated}}
= Introduction =
{{AddMissing|towhat = text |toadd=network protocol TCP instead of UDP, Client no more in C}}
== What is Arianne? ==
Arianne is a multi player online game framework and engine to develop turn based and real time games. It is designed so you can easily create your games on our portable, robust server architecture. The server is written in Java and Python is used for writing game rules. A mySQL backend powers the server and the server communicates with players using a UDP transport channel. Our reference clients are coded using Java and C in order to achieve maximum portability. Arianne's server is totally client agnostic making it very modifiable.
Line 15 ⟶ 18:
You can read more about them on our main page http://arianne.sourceforge.net.<br>
Please note that the games are out of date at the moment and do not run. Please be patient until we can fix them.
== What is Marauroa? ==
Line 134 ⟶ 136:
<pre>
connect to Server
login with username and password
Show available characters
choose Character
while game keeps running
{
Get perception
apply perception to world
render world
get inputs
send actions
}
logout
</pre>
[[Category:Marauroa]]
| |||