From 4ff7b864a426f27c8edd849611e87e0b8a964700 Mon Sep 17 00:00:00 2001 From: wru Date: Sat, 26 Oct 2013 20:39:13 -0500 Subject: games/frogatto: Added (2D platform game) Signed-off-by: Robby Workman --- games/frogatto/frogatto.pod | 58 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 games/frogatto/frogatto.pod (limited to 'games/frogatto/frogatto.pod') diff --git a/games/frogatto/frogatto.pod b/games/frogatto/frogatto.pod new file mode 100644 index 0000000000000..3477b25f695af --- /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 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 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/ -- cgit v1.2.3