Help for this page

Select Code to Download


  1. or download this
        my $g = Games::Grid->new
            (..., width => sub { $_[0]/4}, height => sub { $_[0] }, ...);
    
  2. or download this
        $self->{terminal}->{WIDTH}  = $config{width}->($W);
        $self->{terminal}->{HEIGHT} = $config{height}->($H);