From fce7e467cc565bafc61a2bf84c4e1a0c3f5d8f73 Mon Sep 17 00:00:00 2001 From: lorien420 Date: Tue, 3 May 2005 05:22:48 +0000 Subject: [PATCH] Man page --- doc/Makefile.am | 2 +- doc/crack-attack.6 | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 57 insertions(+), 1 deletion(-) create mode 100644 doc/crack-attack.6 diff --git a/doc/Makefile.am b/doc/Makefile.am index 9e194f6..2b752f4 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,2 +1,2 @@ -man1_MANS = crack-attack.sgml +man6_MANS = crack-attack.6 EXTRA_DIST = $(man1_MANS) index.html dl_ii_linux.html dl_ii_windows.html screen_explanation.jpg logo_big.jpg cube_icon.xpm extreme_icon.xpm logo_icon.xpm tn_screen_shot_0.jpg tn_screen_shot_4.jpg tn_screen_shot_8.jpg tn_screen_shot_1.jpg tn_screen_shot_5.jpg tn_wallpaper_a.jpg tn_screen_shot_2.jpg tn_screen_shot_6.jpg tn_wallpaper_b.jpg tn_screen_shot_3.jpg tn_screen_shot_7.jpg diff --git a/doc/crack-attack.6 b/doc/crack-attack.6 new file mode 100644 index 0000000..c977ffd --- /dev/null +++ b/doc/crack-attack.6 @@ -0,0 +1,56 @@ +.TH "crack-attack" "6" "" "" "" +.SH "NAME" +crack-attack \- multiplayer OpenGL puzzle game like "Tetris Attack" +.SH "SYNOPSIS" +.SH "Description" +.PP +Crack Attack 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\&. +.PP +Crack Attack essentially requires hardware acceleration\&. For +XFree users, this means you want DRI\&. +.SH "Copyright" +.PP +Copyright 2000 Daniel Nelson +.PP +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\&. +.PP +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\&. +.PP +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\&. +.SH "Disclaimer" +.PP +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\&. +.SH "Author" +.PP +Direct comments, questions, praise, flames, and job offers +to nelson@aluminumangel\&.org\&. Visit my homepage at +aluminumangel\&.org\&. +.PP +This manual page was written by Colin Walters walters@debian\&.org for +the Debian GNU/Linux system (but may be used by others)\&. 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\&. +.PP +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\&. -- 2.11.4.GIT