| Games-Tetris documentation | view source | Contained in the Games-Tetris distribution. |
Games::Tetris - representation of a tetris game state
use Games::Tetris;
my $well = Games::Tetris->new;
my $ess = $well->new_shape(' +',
'++',
'+ ');
$well->drop( $ess, 3, 1 );
$well->print;
This module has external dependencies on the following modules:
String::ShellQuote
perl Build.PL perl Build test
and if all goes well
perl Build install
What changed over the last 3 revisions
initial release =back
Richard Clamp <richardc@unixbeard.net>
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.
Games::Tetris::Shape
| Games-Tetris documentation | view source | Contained in the Games-Tetris distribution. |