Acme-CPANModules-Sudoku
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Sudoku.pm view on Meta::CPAN
KDE/GNOME, or *sudoku* (by Michael Kennett) or *nudoku* if you like playing on
the terminal.
(CPAN does still contain some playable games though. I did enjoy
*Games::FrozenBubble* and still play *Games::2048* from time to time.)
These modules are available for playing Sudoku:
<pm:Games::Sudoku::CLI>. Since it's CLI (prompt-based) instead of TUI, it's not
really convenient to play unless you're a CLI freak.
<pm:Games::Sudoku::Component::TkPlayer>. It's GUI, but clunky and not pretty.
There's no visual indicator for separating the larger 3x3 boxes.
**Generating**
These modules can generate Sudoku puzzles for you, though not let you
interactively play/solve them:
<pm:Spreadsheet::HTML::Presets::Sudoku>
**Solving**
There is no shortage of modules written to solve Sudoku puzzles. I plan to
benchmark these but for now here's the list:
<pm:Games::Sudoku::Lite>
<pm:Games::Sudoku::Solver>
<pm:Games::Sudoku::General>
<pm:Games::Sudoku::CPSearch>
<pm:Games::Sudoku::Kubedoku>
<pm:Games::Sudoku::SudokuTk>
<pm:Games::Sudoku::OO::Board>
<pm:Games::YASudoku>
_
our $LIST = {
summary => 'List of Sudoku-related modules on CPAN',
description => $text,
};
Acme::CPANModulesUtil::Misc::populate_entries_from_module_links_in_description;
1;
# ABSTRACT: List of Sudoku-related modules on CPAN
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Sudoku - List of Sudoku-related modules on CPAN
=head1 VERSION
This document describes version 0.007 of Acme::CPANModules::Sudoku (from Perl distribution Acme-CPANModules-Sudoku), released on 2022-03-18.
=head1 DESCRIPTION
Recently (Dec 2020) I picked up more interest in Sudoku, as I was spending more
time at home with the kids, and there was a book of Sudoku puzzles lying around
in the room.
B<Playing>
There are certainly more modules on CPAN for solving Sudoku puzzles compared to
for playing. And between the two available modules for playing, I find that
there's currently no good playable Sudoku game on CPAN. Sad but true. You'd be
better off opening your browser and visiting L<https://websudoku.com> or
L<https://sudoku.com>, or installing I<ksudoku> or I<gnome-sudoku> if you're using
KDE/GNOME, or I<sudoku> (by Michael Kennett) or I<nudoku> if you like playing on
the terminal.
(CPAN does still contain some playable games though. I did enjoy
I<Games::FrozenBubble> and still play I<Games::2048> from time to time.)
These modules are available for playing Sudoku:
L<Games::Sudoku::CLI>. Since it's CLI (prompt-based) instead of TUI, it's not
really convenient to play unless you're a CLI freak.
L<Games::Sudoku::Component::TkPlayer>. It's GUI, but clunky and not pretty.
There's no visual indicator for separating the larger 3x3 boxes.
B<Generating>
These modules can generate Sudoku puzzles for you, though not let you
interactively play/solve them:
L<Spreadsheet::HTML::Presets::Sudoku>
B<Solving>
There is no shortage of modules written to solve Sudoku puzzles. I plan to
benchmark these but for now here's the list:
L<Games::Sudoku::Lite>
L<Games::Sudoku::Solver>
L<Games::Sudoku::General>
L<Games::Sudoku::CPSearch>
L<Games::Sudoku::Kubedoku>
L<Games::Sudoku::SudokuTk>
( run in 1.489 second using v1.01-cache-2.11-cpan-39bf76dae61 )