Fixes for datatype size on amd64.
[crack-attack.git] / doc / crack-attack.xml
blob98bb7d12a20ebb83d061002385abf437ecb9af73
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd"
3  [
4   <!ENTITY package  "Crack Attack">
6   <!ENTITY dhfirstname "<firstname>Colin</firstname>">
7   <!ENTITY dhsurname   "<surname>Walters</surname>">
8   <!ENTITY dhdate      "<date>January 03, 2003</date>">
9   <!ENTITY dhsection   "<manvolnum>6</manvolnum>">
10   <!ENTITY dhemail     "<email>walters@debian.org</email>">
11   <!ENTITY dhusername  "Colin Walters">
12   <!ENTITY dhpackage   "crack-attack">
14   <!ENTITY debian      "Debian GNU/Linux">
15   <!ENTITY gnu         "<acronym>GNU</acronym>">
19 <!--
20 Manual page for crack-attack 1.0
22      © 2001,2003 Colin Walters <walters@debian.org>
23      © 2005 Andrew Sayman <lorien420@myrealbox.com>
25  Permission is granted to copy, distribute and/or modify this document
26  under the terms of the GNU Free Documentation License, Version 1.1 or
27  any later version published by the Free Software Foundation; with no
28  Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.
30  A copy of Version 1.2 of the Free Documentation License is included in
31  the file debian/copyright in the crack-attack source package.  This
32  file is also available in the Debian package as
33  /usr/share/doc/crack-attack/copyright.
35 -->     
37 <refentry id="crack-attack.6">
38   <refmeta>
39     <refentrytitle>crack-attack</refentrytitle>
40     <manvolnum>6</manvolnum>
41   </refmeta>
42   <refnamediv id="name">
43     <refname>crack-attack</refname>
44     <refpurpose>multiplayer OpenGL puzzle game like "Tetris Attack"</refpurpose>
45   </refnamediv>
46   <refsynopsisdiv id="synopsis">
47     <cmdsynopsis>
48       <command>&dhpackage;</command>
49       <group choice="req">
50         <group choice="req"><arg>--server <replaceable>PORT</replaceable></arg>
51                <arg choice="opt">--wait</arg>
52         </group>
53         <group choice="req"><arg>SERVER PORT</arg>
54         </group>
55         <group choice="req"><arg>--solo</arg>
56           <group choice="opt">
57             <arg choice="opt"><replaceable>--easy</replaceable></arg>
58             <arg choice="opt"><replaceable>--medium</replaceable></arg>
59             <arg choice="opt"><replaceable>--hard</replaceable></arg>
60           </group>
61         </group>
62       </group>
63       <arg choice="opt">--name <replaceable>NAME</replaceable></arg>
64       <arg choice="opt">-X</arg>
65     </cmdsynopsis>
66   </refsynopsisdiv>
67   <refsect1 id="description">
68     <title>Description</title>
69     <para>
70       &package; is roughly based on the Super Nintendo game
71       "Tetris Attack".  Slowly, your stack of colored blocks grows from the
72       bottom, and you've got to make sure it never reaches the top. If it
73       does, you lose. To eliminate blocks from the stack, line up at least
74       three of one color, horizontally or vertically. Once you do, those
75       blocks disappear, and put off slightly your inevitable demise.
76     </para>
77     
78     <para>
79       Crack Attack essentially requires hardware acceleration.  For
80       XFree users, this means you want <abbrev>DRI</abbrev>.
81     </para>
82   </refsect1>
83   <refsect1 id="options">
84     <title>Options</title>
85     <variablelist>
86       <varlistentry>
87         <term><option>--solo</option></term>
88         <listitem><para> Creates a solo game versus yourself. The goal is to 
89         gain as many points as possible. If an AI level is specified, then 
90         the game is played versus a computer and the goal is to defeat the 
91         computer player in as little time as possible.</para></listitem>
92       </varlistentry>
93     </variablelist>
94   </refsect1>
95   <refsect1 id="copyright">
96     <title>Copyright</title>
98     <para>Copyright &copy; 2000 Daniel Nelson</para>
99     <para>Copyright &copy; 2005 Andrew Sayman</para>
101     <para>An attempt at a complete list of copyright holders is included 
102     with the source distribution of this software in the file COPYRIGHT</para>
104     <para>This program is free software; you can redistribute it
105     and/or modify it under the terms of the GNU General Public License
106     as published by the Free Software Foundation; either version 2 of
107     the License, or (at your option) any later version.</para>
109     <para>This program is distributed in the hope that it will be
110     useful, but WITHOUT ANY WARRANTY; without even the implied
111     warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
112     PURPOSE. See the GNU General Public License for more details.</para>
113     
114     <para>The GNU General Public License can be found online at
115     http://www.gnu.org/copyleft/gpl.html. Additionally, a copy can be
116     obtained by writing to the Free Software Foundation, Inc., 59
117     Temple Place - Suite 330, Boston, MA 02111-1307, USA.</para>
118     
119   </refsect1>
120   <refsect1>
121     <title>Disclaimer</title>
122     <para>It is important to realize that the name of Crack Attack!
123     X-treme play mode is meant to be humorous, and thus should not
124     itself be the subject of derision.  Thank you.</para>
125   </refsect1>
127   <refsect1>
128     <title>Author</title>
129     <para>Direct any comments or questions to Andrew Sayman via the 
130     Crack Attack! home page:
131     https://savannah.nongnu.org/projects/crack-attack</para>
133     <para>This manual page was written by &dhusername; &dhemail; for
134     the &debian; system (but may be used by others).  Permission is
135     granted to copy, distribute and/or modify this document under the
136     terms of the <acronym>GNU</acronym> Free Documentation License,
137     Version 1.1 or any later version published by the Free Software
138     Foundation; with no Invariant Sections, no Front-Cover Texts and
139     no Back-Cover Texts.</para>
141     <para>A copy of Version 1.2 of the Free Documentation License is
142     included in the file debian/copyright in the crack-attack source
143     package.  This file is also available in the Debian package as
144     /usr/share/doc/crack-attack/copyright.</para>
146   </refsect1>
148 </refentry>
150 <!--
151 Local Variables:
152 compile-command: "SP_CHARSET_FIXED=YES SP_ENCODING=XML nsgmls -wxml -mdeclaration/xml.soc -gues crack-attack.xml"
153 End: