Help for this page

Select Code to Download


  1. or download this
    
    package Games::Tetris::Complete;
    ...
    }
    
    1;
    
  2. or download this
    package Games::Tetris::Complete::Shape;
    use strict;
    ...
    }
    
    1;