File: crack-attack.xml

package info (click to toggle)
crack-attack 1.1.14-9
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 6,532 kB
  • ctags: 2,024
  • sloc: cpp: 14,671; sh: 3,360; ansic: 378; xml: 207; makefile: 63
file content (154 lines) | stat: -rw-r--r-- 6,056 bytes parent folder | download | duplicates (6)
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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "/usr/share/sgml/docbook/dtd/xml/4.1.2/docbookx.dtd"
 [
  <!ENTITY package  "Crack Attack">

  <!ENTITY dhfirstname "<firstname>Colin</firstname>">
  <!ENTITY dhsurname   "<surname>Walters</surname>">
  <!ENTITY dhdate      "<date>January 03, 2003</date>">
  <!ENTITY dhsection   "<manvolnum>6</manvolnum>">
  <!ENTITY dhemail     "<email>walters@debian.org</email>">
  <!ENTITY dhusername  "Colin Walters">
  <!ENTITY dhpackage   "crack-attack">

  <!ENTITY debian      "Debian GNU/Linux">
  <!ENTITY gnu         "<acronym>GNU</acronym>">

]>

<!--
Manual page for crack-attack 1.0

     © 2001,2003 Colin Walters <walters@debian.org>
     © 2005 Andrew Sayman <lorien420@myrealbox.com>

 Permission is granted to copy, distribute and/or modify this document
 under the terms of the GNU Free Documentation License, Version 1.1 or
 any later version published by the Free Software Foundation; with no
 Invariant Sections, no Front-Cover Texts and no Back-Cover Texts.

 A copy of Version 1.2 of the Free Documentation License is included in
 the file debian/copyright in the crack-attack source package.  This
 file is also available in the Debian package as
 /usr/share/doc/crack-attack/copyright.

-->     

<refentry id="crack-attack.6">
  <refmeta>
    <refentrytitle>crack-attack</refentrytitle>
    <manvolnum>6</manvolnum>
  </refmeta>
  <refnamediv id="name">
    <refname>crack-attack</refname>
    <refpurpose>multiplayer OpenGL puzzle game like "Tetris Attack"</refpurpose>
  </refnamediv>
  <refsynopsisdiv id="synopsis">
    <cmdsynopsis>
      <command>&dhpackage;</command>
      <group choice="req">
        <group choice="req"><arg>--server <replaceable>PORT</replaceable></arg>
               <arg choice="opt">--wait</arg>
        </group>
        <group choice="req"><arg>SERVER PORT</arg>
        </group>
        <group choice="req"><arg>--solo</arg>
          <group choice="opt">
            <arg choice="opt"><replaceable>--easy</replaceable></arg>
            <arg choice="opt"><replaceable>--medium</replaceable></arg>
            <arg choice="opt"><replaceable>--hard</replaceable></arg>
          </group>
        </group>
      </group>
      <arg choice="opt">--name <replaceable>NAME</replaceable></arg>
      <arg choice="opt">-X</arg>
    </cmdsynopsis>
  </refsynopsisdiv>
  <refsect1 id="description">
    <title>Description</title>
    <para>
      &package; is roughly based on the Super Nintendo game
      "Tetris Attack".  Slowly, your stack of colored blocks grows from the
      bottom, and you've got to make sure it never reaches the top. If it
      does, you lose. To eliminate blocks from the stack, line up at least
      three of one color, horizontally or vertically. Once you do, those
      blocks disappear, and put off slightly your inevitable demise.
    </para>
    
    <para>
      Crack Attack essentially requires hardware acceleration.  For
      Xorg users, this means you want <abbrev>DRI</abbrev>.
    </para>
  </refsect1>
  <refsect1 id="options">
    <title>Options</title>
    <variablelist>
      <varlistentry>
        <term><option>--solo</option></term>
        <listitem><para> Creates a solo game versus yourself. The goal is to 
        gain as many points as possible. If an AI level is specified, then 
        the game is played versus a computer and the goal is to defeat the 
        computer player in as little time as possible.</para></listitem>
      </varlistentry>
    </variablelist>
  </refsect1>
  <refsect1 id="copyright">
    <title>Copyright</title>

    <para>Copyright &copy; 2000 Daniel Nelson</para>
    <para>Copyright &copy; 2005 Andrew Sayman</para>

    <para>An attempt at a complete list of copyright holders is included 
    with the source distribution of this software in the file COPYRIGHT</para>

    <para>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; either version 2 of
    the License, or (at your option) any later version.</para>

    <para>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.</para>
    
    <para>The GNU General Public License can be found online at
    http://www.gnu.org/copyleft/gpl.html. Additionally, a copy can be
    obtained by writing to the Free Software Foundation, Inc., 59
    Temple Place - Suite 330, Boston, MA 02111-1307, USA.</para>
    
  </refsect1>
  <refsect1>
    <title>Disclaimer</title>
    <para>It is important to realize that the name of Crack Attack!
    X-treme play mode is meant to be humorous, and thus should not
    itself be the subject of derision.  Thank you.</para>
  </refsect1>

  <refsect1>
    <title>Author</title>
    <para>Direct any comments or questions to Andrew Sayman via the 
    Crack Attack! home page:
    https://savannah.nongnu.org/projects/crack-attack</para>

    <para>This manual page was written by &dhusername; &dhemail; for
    the &debian; system (but may be used by others).  Permission is
    granted to copy, distribute and/or modify this document under the
    terms of the <acronym>GNU</acronym> Free Documentation License,
    Version 1.1 or any later version published by the Free Software
    Foundation; with no Invariant Sections, no Front-Cover Texts and
    no Back-Cover Texts.</para>

    <para>A copy of Version 1.2 of the Free Documentation License is
    included in the file debian/copyright in the crack-attack source
    package.  This file is also available in the Debian package as
    /usr/share/doc/crack-attack/copyright.</para>

  </refsect1>

</refentry>

<!--
Local Variables:
compile-command: "SP_CHARSET_FIXED=YES SP_ENCODING=XML nsgmls -wxml -mdeclaration/xml.soc -gues crack-attack.xml"
End:
-->