
Games::Sudoku::Component::Base

use base qw/Games::Sudoku::Component::Base/;

This is a base class for Games::Sudoku::Component::Table, Games::Sudoku::Component::Table::Cell, Games::Sudoku::Component::Table::Permission.

Creates an object. Options are:
Specifies the size of a puzzle board (table). The default is 9. Actually this value is assumed to be a square of another integer.
Specify the width/height of internal blocks, respectively. (block_width x block_height = size)
Returns the size of the table, specified at new.
Return the width/height of internal blocks of the table, specified at new, respectively.


Kenichi Ishigaki, <ishigaki@cpan.org>

Copyright (C) 2006 by Kenichi Ishigaki
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.