Help for this page

Select Code to Download


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