Skip to content

PrimoZiv/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sudoku

Generate a sudoku matrix.

Install

npm install sudoku-matrix

Usage

const {matrix, blink, checkMatrix} = require('sudoku-matrix');

// Get complete matrix.
matrix();

/**
 * Get part of matrix, replace with 0, default by 16.
 * @lack number The number of vacancies in the matrix.
 */
blink(lack);

About

Generate a sudoku matrix.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published