blob: 254cc74300b20efc40062601c06cee3d74e8292b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Documentation
This is the documentation for the _Rally the Troops_ software and website.
Here you will find information both about how to configure and run your own
server instance and how to create new modules.
## For players
* [Tips & Tricks](/docs/tips)
* [Tournaments](/docs/tournaments)
## For developers
* [Installing the server](/docs/server/install)
* [Running a public server](/docs/server/production)
* [Toolbox](/docs/server/toolbox)
## System overview
* [Server architecture](/docs/overview/architecture)
* [Database schema](/docs/overview/database)
* [Module architecture](/docs/overview/module)
## Module implementation
* [General tips and where to start](/docs/module/guide)
* [Rules framework](/docs/module/rules)
* [Script syntax](/docs/module/script)
* [Utility library](/docs/module/library)
* Create the user interface (todo)
* Prepare the art assets (todo)
* [Test with the Fuzzer](/docs/module/fuzzer)
<!--
* [Preparing the art assets](/docs/module/assets)
* [How to write the client](/docs/module/play)
-->
|