Stendhal code design: Difference between revisions
Content deleted Content added
imported>Hendrik Brummermann moved client information to new article Finding your way around the Stendhal Client Code. |
imported>Hendrik Brummermann No edit summary |
||
| (78 intermediate revisions by 2 users not shown) | |||
Line 1:
{{Stendhal code design}}{{Navigation for Stendhal Top|Developing}}__NOTOC__
This page gives a little overview about the Stendhal code.
== Development Environment ==
Stendhal is completely open source. So you can [http://arianne.sourceforge.net/download/stendhal-src.tar.gz download the source code] and have a look. If you plan to modify it and contribute to the project, we suggest that you use the Eclipse IDE and checkout the latest development state from our version control system.
There are good [[Configure a development environment (IDE)|tutorials]] to get you started with Eclipse.
== Finding your way around the Code ==
* [[Finding your way around the Stendhal Client Code]].▼
* [[Finding your way around the Stendhal Server Code]]
== Coding Standards ==▼
* [[Finding your way around the Stendhal Web Client Code]] (early development)
We try to follow [http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html SUN Java code convention].▼
▲== Coding Standards ==
▲We try to follow [http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html SUN Java code convention], in order to create code that feels familiar to many developers.
Despite this:
| |||