shrey141102 / Javascript-projects

A collection of Javascript projects made by people around the globe
https://shrey141102.github.io/Javascript-projects/
15 stars 46 forks source link

Sudoku_Game #123

Closed Omar-Nabil closed 11 months ago

Omar-Nabil commented 11 months ago

Sudoku is a logic-based number placement puzzle played on a 9x9 grid. The goal is to fill the grid with digits from 1 to 9, ensuring each row, column, and 3x3 subgrid contains all numbers without repetition. Some cells have initial numbers as clues. Players use deductive reasoning to strategically place numbers, solving the puzzle with a unique solution. Difficulty levels vary, making Sudoku a popular and challenging game requiring analytical thinking and patience. link of the issue :- https://github.com/shrey141102/Javascript-projects/issues/105