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