Gobligine/doc/index.html
2015-03-17 11:30:22 +05:00

125 lines
5 KiB
HTML

<!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 started as a clone of the realtime fantasy strategy game
Warcraft II from Blizzard Entertainment, although it is used now as a
game engine to build other games, sci-fi or fantasy ones.
<p>
Stratagus is developed together for Windows, Linux and Linux Maemo based
devices (Nokia N900).
<p>
Games which use Stratagus:
<ul>
<li>Wargus - Warcraft II - <a href="https://launchpad.net/wargus">https://launchpad.net/wargus</a>
<li>Doom Wars - <a href="http://stratagus.com/games/doom-wars">http://stratagus.com/games/doom-wars</a>
<li>Wyrmsun - <a href="ttps://github.com/andrettin/wyrmsun">ttps://github.com/andrettin/wyrmsun</a><br>
(uses modified engine version : <a href="https://github.com/Andrettin/Wyrmgus">https://github.com/Andrettin/Wyrmgus</a>)</li>
<li>War1gus - Warcraft I - <a href="https://launchpad.net/war1gus">https://launchpad.net/war1gus</a>
<li>Stargus - Starcraft I - <a href="https://launchpad.net/stargus">https://launchpad.net/stargus</a>
</ul>
<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>