Skip to content

danielistyo/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku

Number Game that use 0 - 9 digit. The sudoku grid is composed of 9 rows, sometimes labeled 'A' to 'I', 9 columns labeled 1 to 9 and 9 boxes usually marked by heavier borders. A sudoku puzzle is solved when all the grid cells have been filled with numbers from 1 to 9 according to the following three rules:

Each row must contain all numbers from 1 to 9.
Each column must contain all numbers from 1 to 9.
Each box must contain all numbers from 1 to 9.

It follows that any single number may appear only once in the same row, once in the same column and once in the same box, or in other words no number may appear more than once in a row, in a column or in a box.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

What things you need to install the software and how to install them

Nodejs >= 10.16.3

Installing

Simply type this command for installing all dependencies

yarn

And start project

yarn start

Then, that command will open new tab towards localhost:3000

Built With

DEMO

Please visit this link to try demo http://emang.top:3001/

Releases

No releases published

Packages

No packages published