The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "sudoku"

Regexp::Sudoku - Solve Sudokus with regular expressions. River stage zero No dependents

This module takes a Sudoku (or variant) as input, calculates a subject and pattern, such that, if the pattern is matched agains the subject, the match succeeds if, and only if, the Sudoku has a solution. And if it has a solution "%+" is populated wit...

ABIGAIL/Regexp-Sudoku-2022062101 - 21 Jun 2022 14:28:32 UTC - Search in distribution

Games::Sudoku::CLI - play Sudoku on the command line River stage zero No dependents

SZABGAB/Games-Sudoku-CLI-0.02 - 25 Oct 2017 09:45:55 UTC - Search in distribution

Games::Sudoku::Pdf - Produce pdf files from your digital Sudoku sources or collections. River stage zero No dependents

An easy way to create pdf files of 9x9 Sudoku puzzles from various sources, which you can give to your friends or print out and pencil solve at the beach. Sixteen variants of 9x9 Sudoku are supported. (See the output of scripts/example.pl.) Just spec...

SHE/Games-Sudoku-Pdf-0.05 - 08 Mar 2024 08:43:41 UTC - Search in distribution

Games::Sudoku::Html - Visualize and play collections of standard 9x9 Sudoku in your browser. River stage zero No dependents

A very simple Module which converts an array with sudoku puzzles into a static html page. Thus, long lists of your digital (text format) sudoku can be revised and played in a browser. Currently only the standard sudoku are supported, no variants....

SHE/Games-Sudoku-Html-0.07 - 26 Feb 2024 20:11:05 UTC - Search in distribution

Games::Sudoku::Lite - Fast and simple Sudoku puzzle solver River stage zero No dependents

BOBO/Games-Sudoku-Lite-0.41 - 15 Apr 2006 15:49:02 UTC - Search in distribution

Games::Sudoku::Preset - enter, edit or validate the preset values of a Sudoku puzzle. River stage zero No dependents

This section describes the common behaviour of the three public start methods. Special behaviour of a specific start method is described in section "METHODS". In general module Games::Sudoku::Preset works in 4 steps: * Purify (convert to a string of ...

WITTROCK/Games-Sudoku-Preset-v0.1.0 - 25 Jul 2014 17:46:38 UTC - Search in distribution

Games::Sudoku::Solver - Solve 9x9-Sudokus recursively. River stage zero No dependents

This module solves 9x9-Sudoku puzzles by recursion. There is no restriction to the difficulty and the number of solutions. The puzzle can be stored in a single dimension array or in a file, where unknown cells are presented by zeros or points. Algori...

MEHNER/Games-Sudoku-Solver-1.1.0 - 14 Dec 2007 17:30:05 UTC - Search in distribution

Games::Sudoku::General - Solve sudoku-like puzzles. River stage zero No dependents

This package solves puzzles that involve the allocation of symbols among a number of sets, such that no set contains more than one of any symbol. This class of problem includes the puzzles known as 'Sudoku', 'Number Place', and 'Wasabi'. Each Sudoku ...

WYANT/Games-Sudoku-General-0.027 - 05 Apr 2022 13:04:02 UTC - Search in distribution
  • sudokug - Script to solve sudoku-like puzzles.

Games::Sudoku::CPSearch - Solve Sudoku problems quickly. River stage zero No dependents

This module solves a Sudoku puzzle using the same constraint propagation technique/algorithm explained on Peter Norvig's website (http://norvig.com/sudoku.html), and implemented there in Python....

MARTYLOO/Games-Sudoku-CPSearch-1.00 - 15 Sep 2010 01:31:45 UTC - Search in distribution

Games::Sudoku::Kubedoku - Sudoku Solver for any NxN puzzles No river data available

Kubedoku is a Sudoku Solver. It uses a cube(Kube) to solve the game. The rows, columns and values will become the axes (x,y,z). The kube has one property, once a value is set in the board, then all the axes (x,y,z) will become empties. The software w...

VELASCO/Games-Sudoku-Kubedoku - 23 Aug 2013 00:16:54 UTC - Search in distribution

Games::Sudoku::SudokuTk - Sudoku Game River stage zero No dependents

Game Sudoku allows to solve grids Sudoku in some seconds, to generate new grids, to work out grids. 3 dimensions are possible - For the children 4x4 - Normal Sudoku 9x9 - MaxiSudoku 16x16 Symbols to be found are figures but can be drawings of animals...

CGUINE/Games-Sudoku-SudokuTk-0.14 - 07 Apr 2009 21:21:25 UTC - Search in distribution

Games::Sudoku::Component - provides APIs for Sudoku solver/generator River stage one • 2 direct dependents • 2 total dependents

This is yet another Sudoku (Numberplace) solver/generator. Games::Sudoku::Component provides common (but rather limited) methods to make it easy to play Sudoku -- just for example. Actually, this module set is written to provide 'controller' APIs to ...

ISHIGAKI/Games-Sudoku-Component-0.02 - 04 Apr 2006 01:59:09 UTC - Search in distribution

Games::Sudoku::OO::Board - Object oriented Sudoku solver River stage zero No dependents

Games::Sudoku::OO takes an object oriented approach to solving Sudoku, representing the column, row and square as derivatives of a base Set class, which encapsulates the solving rules. The Board class is also composed of cells (which know what set th...

COPE/Games-Sudoku-OO-0.03 - 04 Sep 2005 00:39:20 UTC - Search in distribution

Acme::CPANModules::Sudoku - List of Sudoku-related modules on CPAN River stage one • 1 direct dependent • 1 total dependent

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. Playing There are certainly more modules on CPAN for solving Sudoku puzzles c...

PERLANCAR/Acme-CPANModules-Sudoku-0.007 - 06 Apr 2022 00:05:31 UTC - Search in distribution

Games::Sudoku::PatternSolver - Solve and generate Sudoku 9x9 puzzles. River stage zero No dependents

A Sudoku solver and generator. It works by application of the pattern overlay method (POM) in a backtracking process. Note: *For this module the term 'pattern' refers to a 9x9 matrix, holding the final 9 positions of any single symbol.*...

SHE/Games-Sudoku-PatternSolver-0.07 - 27 Feb 2024 20:56:00 UTC - Search in distribution

Image::Leptonica::Func::sudoku River stage zero No dependents

ZMUGHAL/Image-Leptonica-0.04 - 16 Aug 2014 08:10:38 UTC - Search in distribution

Games::Sudoku::Trainer::Training - train a certain Sudoku strategy River stage zero No dependents

WITTROCK/SudokuTrainer-0.01.5 - 25 Jun 2014 16:12:52 UTC - Search in distribution

Games::Sudoku::Component::TkPlayer - Let's play Sudoku River stage zero No dependents

This is a sample application for Games::Sudoku::Component I presented at YAPC::Asia 2006. You usually don't have to bother with internals. Just run "tksudoku.pl" and enjoy!...

ISHIGAKI/Games-Sudoku-Component-TkPlayer-0.02 - 27 May 2007 06:29:58 UTC - Search in distribution

Spreadsheet::HTML::Presets::Sudoku - Generates 9x9 sudoku boards via HTML tables. River stage one • 1 direct dependent • 1 total dependent

This is a container for Spreadsheet::HTML preset methods. These methods are not meant to be called from this package. Instead, use the Spreadsheet::HTML interface: use Spreadsheet::HTML; my $generator = Spreadsheet::HTML->new; print $generator->sudok...

JEFFA/Spreadsheet-HTML-1.22 - 27 Jan 2024 21:00:52 UTC - Search in distribution

Games::YASudoku - Yet Another Sudoku Solver River stage zero No dependents

This module can be used to solve sudoku number problems. A file needs to be created with a description of the sudoku problem to solve. The data file contains a list of square numbers and the values for those squares. The squares on the board are numb...

WYLLIE/Games-YASudoku-0.01 - 18 Nov 2005 02:03:55 UTC - Search in distribution
24 results (0.042 seconds)