{"game":"Sudoku","created_by":"Amit Sharma","info":"Each array in the data array represents a row in the sudoku grid.","data":[[3,4,6,9,7,1,2,8,5],[5,1,7,8,3,2,6,9,4],[9,2,8,5,6,4,3,1,7],[8,6,9,2,1,7,4,5,3],[2,3,5,4,8,6,1,7,9],[1,7,4,3,9,5,8,6,2],[6,5,2,7,4,8,9,3,1],[4,8,3,1,5,9,7,2,6],[7,9,1,6,2,3,5,4,8]],"easy":[[3,0,6,0,0,0,2,8,5],[5,0,7,8,0,2,6,9,0],[9,0,8,0,6,4,3,1,7],[8,6,0,2,1,7,4,5,0],[2,3,5,4,0,0,1,7,9],[0,7,4,0,9,5,8,6,2],[6,5,2,7,0,8,9,0,0],[0,8,3,0,0,9,7,2,6],[0,0,1,6,2,0,0,4,8]],"medium":[[0,0,0,0,0,1,0,8,0],[0,1,7,0,0,2,6,0,4],[9,0,8,5,6,0,3,0,0],[0,0,0,2,0,0,4,0,3],[2,3,0,0,0,0,0,7,0],[0,0,0,3,0,5,0,0,0],[6,0,0,7,4,8,9,0,0],[4,0,3,1,5,0,0,2,0],[7,9,1,6,0,0,5,0,8]],"hard":[[0,0,0,0,0,0,0,0,0],[0,0,0,0,3,0,0,0,4],[9,2,0,0,0,4,0,0,0],[0,0,0,0,1,0,4,0,0],[2,0,0,0,0,6,1,0,0],[0,7,4,0,0,0,0,0,0],[6,0,2,0,0,0,9,0,1],[0,0,0,0,0,0,7,0,6],[0,0,0,0,0,3,0,0,0]],"date":"2026-03-16T00:32:14.436Z","rules":["Each row must contain the numbers 1-9 without repetition.","Each column must contain the numbers 1-9 without repetition.","Each of the nine 3x3 sub-boxes of the grid must contain the numbers 1-9 without repetition.","The sum of every single row, column and 3x3 box must be 45."],"difficulty":["The difficulty is determined by the number of clues given.","The fewer clues, the harder the puzzle.","The more clues, the easier the puzzle."],"projects":[{"title":"EVSTART: Electric Vehicle is the Future","url":"https://evstart.netlify.app/"},{"title":"News Website in react","url":"https://newsmon.netlify.app/"},{"title":"Hindi jokes API","url":"https://hindi-jokes-api.onrender.com/"}],"usefullinks":[{"title":"6 Advanced Sudoku Strategies explained","url":"https://www.sudokuonline.io/tips/advanced-sudoku-strategies"},{"title":"Sudoku techniques","url":"https://www.conceptispuzzles.com/index.aspx?uri=puzzle/sudoku/techniques"}]}