forked from PembrokeNS/sakusen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mainpage.dox
27 lines (24 loc) · 902 Bytes
/
mainpage.dox
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
/** \mainpage
Sakusen is a real-time, multi-player strategy game, allowing untrusted
clients to connect and play without allowing cheating. It features the
following:
\li Tense, information-based warfare.
\li Choose and customise (or even write) your own client.
\li Combat more epic than TA.
\li More automation than any other RTS.
\li More plot than StarCraft.
\li Bizarre map topologies.
\li So balanced that no bitching is possible.
\li With added CompSci to refresh the parts no other game can reach.
The game has many components:
\li \ref sakusen
\li \ref sakusen::comms
\li \ref sakusen::resources
\li \ref sakusen::server
\li \ref sakusen::client
\li \ref fuseki
\li \ref tedomari
See \ref sakusen for more details on the overall structure of the libraries.
Also included is a Windows port of pcrecpp, which requires the Windows port of
pcre. This should not be used on other platforms.
*/