|
/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Games-YASudoku/blib/lib/Games/YASudoku/Board.pm |
Games::YASudoku::Board
This module defines the Sudoku board.
1 | 2 | 3 ---|---|--- 4 | 5 | 6 ---|---|--- 7 | 8 | 9
get_grps will return a ref to an array of all the groups. get_grp will just return one group which can be specified by one of the numbers above.
Example: Square 1 can be (1,2,3) Square 2 can be (2,3,4,6) Square 3 can be (2,3,4,5) Square 4 can be (5,6) Since square 1 is the only one with a '1', it needs to be 1
Andrew Wyllie <wyllie@dilex.net>
Please send any bugs to the author
The Games::YASudoku moudule is free software and can be redistributed and/or modified under the same terms as Perl itself.
|
/home/cpanrun/depot/main/contrib-patched/perl/CPAN/src/Games-YASudoku/blib/lib/Games/YASudoku/Board.pm |