Games-Sudoku-Kubedoku

 view release on metacpan or  search on metacpan

lib/Games/Sudoku/Kubedoku.pm  view on Meta::CPAN

    $new->{'result'} = \@matrix;
    $new->{'kube'}   = \@kube;
    $new->{'square'} = \@square;
    $new->{'level'}  = $old->{'level'} + 1;
    return $new;
}

#################################################
# Update the Game Data Structures
#################################################
sub update_data_struc {
    my $self = shift;
    my $game = shift;
    $self->{'result'} = $game->{'result'};
    $self->{'kube'}   = $game->{'kube'};
    $self->{'square'} = $game->{'square'};
    $self->{'level'}  = $game->{'level'};
}

#################################################
# Set value and clean axis and square

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 1.533 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )