sudoku


SCRIPT

sudoku

Back to Top


USAGE

sudoko file_name

Back to Top


DESCRIPTION

This script loads a Sudoku board and solves it using the Games::YASudoku::Board module. The data file contains a list of square numbers and the values for those squares. The squares on the board are numbered 0 through 80 starting with the top left square and moving across the board to the right. So the top left square is 0, the first square on the second row is number 9, and the last square, bottom right, is number 80.

Back to Top


AUTHOR

Andrew Wyllie <wyllie@dilex.net>

Back to Top


BUGS

Please send any bugs to the author

Back to Top


COPYRIGHT

This script and the Games::YASudoku moudule are free software and can be redistributed and/or modified under the same terms as Perl itself.

Back to Top

 sudoku