Games-Tetris README


Games-Tetris documentation  | view source Contained in the Games-Tetris distribution.

Index


NAME

Top

Games::Tetris - representation of a tetris game state

SYNOPSIS

Top

 use Games::Tetris;
 my $well = Games::Tetris->new;
 my $ess = $well->new_shape(' +',
                            '++',
                            '+ ');
 $well->drop( $ess, 3, 1 );
 $well->print;




DEPENDENCIES

Top

This module has external dependencies on the following modules:

 String::ShellQuote

INSTALLATION

Top

 perl Build.PL
 perl Build test

and if all goes well

 perl Build install

HISTORY

Top

What changed over the last 3 revisions

0.01 Saturday 4th October, 2003
	initial release
=back

AUTHOR

Top

Richard Clamp <richardc@unixbeard.net>

COPYRIGHT

Top

SEE ALSO

Top

Games::Tetris::Shape


Games-Tetris documentation  | view source Contained in the Games-Tetris distribution.