Author: miriam Date: 2009-05-10 15:13:06 +0000 (Sun, 10 May 2009) New Revision: 9691
Modified: packages/trunk/area2048/debian/area2048.6 packages/trunk/area2048/debian/changelog packages/trunk/area2048/debian/control Log: Prepare release Modified: packages/trunk/area2048/debian/area2048.6 =================================================================== --- packages/trunk/area2048/debian/area2048.6 2009-05-10 03:36:40 UTC (rev 9690) +++ packages/trunk/area2048/debian/area2048.6 2009-05-10 15:13:06 UTC (rev 9691) @@ -1,24 +1,22 @@ -.\" (c) 2007 Miriam Ruiz <[email protected]> -.\" (c) 2005 Jumpei Isshiki <[email protected]> -.\" -.\" This document 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. -.\" -.\" This package 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 package; if not, write to the Free Software -.\" Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA .TH "Area2048" "6" "" "" "" .SH "NAME" area2048 \- omnidirectional shooting game +.SH "SYNOPSIS" +.B area2048 .SH "DESCRIPTION" +Area 2048 is an excellent retro\-type shooter developed by the Hello World Project, in which the player has to clear each room packed with enemies before being allowed to proceed to the next. + +The basic concept is a simple one: eliminate all enemies in a map to move\-on to the next one. Every few maps you also get a boss enemy. + +Arrow keys control the ship's movement, while the Z key is assigned as the primary shot button. Pressing the X key while shooting will activate the wide shot, which causes the screen to zoom out so that you can have a better view of your surroundings for a short moment. + +When first looking at the game you believe that controlling your ship will be a pain, strangely enough using the arrows and the Z and X keys for weapons proves an extremely effortless experience. The controls respond exactly as you would want them to and very soon, you stop feeling that you are using keys at all. + +While the game is a very entertaining shooter, in true innovative Japanese freeware style, the really remarkable feature of the game is the very intuitive interface and user controls. .SH "SEE ALSO" You can find more about the game on its homepage: http://homepage2.nifty.com/isshiki/prog_win_d.html .SH "AUTHOR" This game has been written by Jumpei Isshiki <[email protected]> +.PP +This manual page was written by Miriam Ruiz <[email protected]>, +for the Debian project (and may be used by others). Modified: packages/trunk/area2048/debian/changelog =================================================================== --- packages/trunk/area2048/debian/changelog 2009-05-10 03:36:40 UTC (rev 9690) +++ packages/trunk/area2048/debian/changelog 2009-05-10 15:13:06 UTC (rev 9691) @@ -1,4 +1,4 @@ -area2048 (1.03+dfsg1-1) UNRELEASED; urgency=low +area2048 (1.03+dfsg1-1) unstable; urgency=low [ Miriam Ruiz ] * Initial release Modified: packages/trunk/area2048/debian/control =================================================================== --- packages/trunk/area2048/debian/control 2009-05-10 03:36:40 UTC (rev 9690) +++ packages/trunk/area2048/debian/control 2009-05-10 15:13:06 UTC (rev 9691) @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 5), quilt, gdc, libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, libsdl1.2-dev, libsdl-mixer1.2-dev, libbulletml-dev -Standards-Version: 3.7.2 +Standards-Version: 3.8.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/area2048/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/area2048/?op=log Homepage: http://hizuoka.web.fc2.com/game/projectL/index_en.html @@ -15,16 +15,26 @@ Architecture: any Depends: area2048-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} Description: omnidirectional shooting game + Area 2048 is an excellent retro-type shooter, in which the player has to + clear each room packed with enemies before being allowed to proceed to the + next. Every few maps you get a boss enemy. . - Homepage: http://homepage2.nifty.com/isshiki/prog_win_d.html + While the game is a very entertaining shooter, in true innovative Japanese + freeware style, the really remarkable feature of the game is the very intuitive + interface and user controls. Package: area2048-data Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends} Recommends: area2048 Description: omnidirectional shooting game - game data + Area 2048 is an excellent retro-type shooter, in which the player has to + clear each room packed with enemies before being allowed to proceed to the + next. Every few maps you get a boss enemy. . + While the game is a very entertaining shooter, in true innovative Japanese + freeware style, the really remarkable feature of the game is the very intuitive + interface and user controls. + . This package includes the architecture-independent data for Isshiki's game Area2048. - . - Homepage: http://hizuoka.web.fc2.com/game/projectL/index_en.html _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

