Games::Tetris

Representation of a tetris game state
Download

Games::Tetris Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Richard Clamp
  • Publisher web site:
  • http://search.cpan.org/~rclamp/

Games::Tetris Tags


Games::Tetris Description

Representation of a tetris game state Games::Tetris is a 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;This module can be used as the rules engine for the game of tetris. It allows you to create a well and drop pieces in it. The well tracks the status its contents and handles completed line removal. Requirements: · Perl


Games::Tetris Related Software