-
Notifications
You must be signed in to change notification settings - Fork 23
/
index.html
109 lines (83 loc) · 4.1 KB
/
index.html
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<!--
---- (c) Copyright 2003-2011 by Nehal Mistry and Pali Rohár
---- This program is free software; you can redistribute it and/or modify
---- it under the terms of the GNU General Public License as published by
---- the Free Software Foundation; only version 2 of the License.
----
---- This program is distributed in the hope that it will be useful,
---- but WITHOUT ANY WARRANTY; without even the implied warranty of
---- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
---- GNU General Public License for more details.
----
---- You should have received a copy of the GNU General Public License
---- along with this program; if not, write to the Free Software
---- Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
---- 02111-1307, USA.
-->
<title>Stratagus</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<pre width=80>
_________ __ __
/ _____// |_____________ _/ |______ ____ __ __ ______
\_____ \\ __\_ __ \__ \\ __\__ \ / ___\| | \/ ___/
/ \| | | | \// __ \| | / __ \_/ /_/ > | /\___ \
/_______ /|__| |__| (____ /__| (____ /\___ /|____//____ >
\/ \/ \//_____/ \/
______________________ ______________________
T H E W A R B E G I N S
Stratagus - A free fantasy real time strategy game engine
</pre>
<hr>
<h1>Stratagus</h1>
<hr>
<h2>What is Stratagus?</h2>
<p>
Stratagus is a free cross-platform real-time strategy gaming engine.
It includes support for playing over Internet/LAN, or playing vs.
computer opponents. The engine is configurable and can be used to
create games with a wide-range of features specific to your needs.
<p>
Stratagus is developed together for Windows, Linux and Mac OS X.
<p>
The newest version of Stratagus can always be found here:
<a href="https://launchpad.net/stratagus">https://launchpad.net/stratagus</a>
<h2>Installation</h2>
Read this to install Stratagus:
<a href="install.html">install.html</a>
<h2>Development</h2>
Read <a href="development.html">development.html</a> if you want to help
out with Stratagus development<p>
Documentation on the Stratagus scripting language (Lua)
can be found at <a href="http://www.lua.org/manual/">http://www.lua.org/manual/</a><p>
<h2>Documentation</h2>
Source code DoxyGen documentation is generated when Stratagus is compiling.
See <a href="development.html">development.html</a> for further details.<p>
Information about creating sounds and graphics can be found in the
<a href="media.html">media documentation</a>.<p>
Information about Stratagus Lua scripting can be found in the
<a href="scripts/index.html">scripting documentation</a>.<p>
Information about metaserver protocol is in <a href="metaserver_protocol.txt">metaserver_protocol.txt</a>.
<h2>Changes</h2>
The changelog on Stratagus can be found at <a href="changelog.html">changelog.html</a>
<h2>Todo and known bugs</h2>
Look on the <a href="https://blueprints.launchpad.net/stratagus">blueprints site</a> for the planned work.<p>
Also look at the complete list of
<a href="https://bugs.launchpad.net/stratagus">known bugs</a>
<h2>Problems</h2>
If you have problems compiling, installing or playing Stratagus, read
<a href="faq.html">faq.html</a>
<h2>Copyrights</h2>
Stratagus is distributed under the <a href="gpl.html">GNU General Public
License </a>version 2<p>
SDL see <a href="README-SDL.txt">README-SDL.txt</a><p>
Guichan see <a href="guichan-copyright.txt">guichan-copyright.txt</a>.<p>
<hr>
(C) Copyright 1998-2015 by The <a href="https://launchpad.net/stratagus">Stratagus</a> Project under the <a href="gpl.html">GNU General Public License</a>.<br>
All trademarks and copyrights on this page are owned by their respective owners.<br>
</body>
</html>