Games-Sudoku-Kubedoku
Kubedoku is a Sudoku Solver. It uses a cube(Kube) to solve the game.
It supports Sudokus with 4, 9, 16 or higher size.
The games with more than 9 values has to use letters.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Games::Sudoku::Kubedoku
LICENSE AND COPYRIGHT
Copyright (C) 2013 Sebastian Isaac Velasco
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License