The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Games::FrogJump - An ASCII game for fun

SYNOPIS

 use Games::FrogJump;
 Games::FrogJump->new->run;

DESCRIPTION

This module is an ASCII game , It runs at command-line. Control the frogs jump to each side.

Play the game with command:

  frogjump

ACKNOWLEDGEMENTS

BLAIZER, Author of Games::2048

AUTHOR

tadegenban <tadegenban@gmail.com>