Why not adopt me?
This distribution is up for adoption!
If you're interested then please contact the PAUSE module admins via
email.
NAME
Games::Tetris - representation of a tetris game state
SYNOPSIS
use Games::Tetris;
my $well = Games::Tetris->new;
my $ess = $well->new_shape(' +',
'++',
'+ ');
$well->drop( $ess, 3, 1 );
$well->print;
DEPENDENCIES
This module has external dependencies on the following modules:
String::ShellQuote
INSTALLATION
perl Build.PL
perl Build test
and if all goes well
perl Build install
HISTORY
What changed over the last 3 revisions
AUTHOR
Richard Clamp <richardc@unixbeard.net>
COPYRIGHT
Copyright (C) 2003 Richard Clamp. All Rights Reserved.
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
SEE ALSO
Games::Tetris::Shape
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 44:
You forgot a '=back' before '=head1'