Skip to content

this libaray help you to genrate 9X9 board for sudko game

Notifications You must be signed in to change notification settings

moneebarif1/suduko-generator

Repository files navigation

suduko-generator

It help to create diffrent suduko board as an array

NPM JavaScript Style Guide

Install

npm install --save suduko-generator

Purpose

Generate 9*9 suduko as different diffculty level. grid is the grid have to shown on screen with 0 presenting empty. solution is complete solution.

Usage

    const {grid , solution} = createBoard('Easy')
    console.log(grid)
    console.log(solution)

License

MIT © moneebarif1

About

this libaray help you to genrate 9X9 board for sudko game

Resources

Stars

Watchers

Forks

Packages

No packages published