diff options
author | wru <gnuandpenguinos@gmail.com> | 2013-10-26 20:39:13 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-10-27 23:38:57 -0500 |
commit | 4ff7b864a426f27c8edd849611e87e0b8a964700 (patch) | |
tree | fa9ee36758f1f6a9498f97f3e26695c9b4df6d71 /games/frogatto/frogatto.pod | |
parent | 5a3df81e0d5f31bfe439a3b4c9d4314610099a89 (diff) | |
download | slackbuilds-4ff7b864a426f27c8edd849611e87e0b8a964700.tar.gz |
games/frogatto: Added (2D platform game)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'games/frogatto/frogatto.pod')
-rw-r--r-- | games/frogatto/frogatto.pod | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/games/frogatto/frogatto.pod b/games/frogatto/frogatto.pod new file mode 100644 index 0000000000..3477b25f69 --- /dev/null +++ b/games/frogatto/frogatto.pod @@ -0,0 +1,58 @@ +=encoding utf-8 + +=head1 NAME + +frogatto - 2D platformer game starring a quixotic frog + +=head1 SYNOPSIS + + frogatto [ OPTIONS ] + +=head1 DESCRIPTION + +B<frogatto> is a platformer in the style of old arcade, Sega and +Nintendo games. The world is viewed as a cross-section seen from the +side, and your character walks and jumps between solid platforms +whilst fighting monsters. + +=head1 OPTIONS + +=head2 --fullscreen + +starts B<frogatto> in fullscreen mode. + +=head2 --widescreen + +uses widescreen mode. + +=head2 --no-sound + +turns off sound. + +=head2 --no-music + +turns off music. + +=head2 --fps + +shows FPS. + +=head2 --no-fps + +doesn't show FPS. + +=head2 --debug + +prints debug informations. + +=head2 --no-debug + +doesn't print debug informations. + +=head2 --textures16, --textures32 + +uses 16 or 32 bits per pixes textures. + +=head1 HOMEPAGE + +http://www.frogatto.com/ |