kobawan / sudoku

A sudoku game made by Kobawan

Home Page:https://sudokuuu.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sudoku

The classic Sudoku game involves a table of 81 squares. The table is divided into nine 3x3 grids, each containing nine squares. To win the game, each of the nine grids has to contain all the numbers 1-9 within its cells. Each number can only appear once in a row, column or grid.

Start the app 🚀

npm install
npm start

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

About

A sudoku game made by Kobawan

https://sudokuuu.com/

License:Apache License 2.0


Languages

Language:TypeScript 87.1%Language:SCSS 10.5%Language:HTML 2.2%Language:JavaScript 0.2%