{"game":"Sudoku","created_by":"Amit Sharma","info":"Each array in the data array represents a row in the sudoku grid.","data":[[6,5,1,3,9,7,8,4,2],[3,7,4,1,8,2,5,9,6],[9,8,2,4,5,6,1,7,3],[5,2,3,9,1,4,7,6,8],[4,9,7,8,6,5,2,3,1],[8,1,6,7,2,3,9,5,4],[7,6,5,2,3,8,4,1,9],[1,4,8,6,7,9,3,2,5],[2,3,9,5,4,1,6,8,7]],"easy":[[6,0,1,3,9,0,0,4,0],[0,7,4,0,0,2,5,9,6],[9,8,2,4,5,0,0,0,3],[5,2,0,9,1,4,0,0,0],[4,9,7,8,6,0,0,3,1],[0,1,6,7,2,3,9,5,4],[0,6,0,0,3,8,0,1,9],[1,4,8,6,7,9,3,0,5],[0,3,9,5,4,0,6,0,7]],"medium":[[0,0,1,0,0,7,8,0,0],[3,7,4,0,0,2,0,0,6],[0,8,0,0,5,6,1,7,0],[0,2,3,9,1,0,0,0,8],[0,0,7,8,6,0,2,0,0],[0,1,6,0,2,3,0,0,0],[7,0,0,2,0,0,0,1,0],[0,4,0,6,7,9,0,0,0],[0,0,0,0,4,1,0,8,0]],"hard":[[6,5,0,0,0,0,0,0,0],[3,0,0,0,0,0,0,0,0],[0,8,0,0,5,0,0,0,0],[0,0,0,9,0,0,0,6,0],[0,9,7,8,0,0,0,0,0],[0,0,0,7,2,3,0,0,0],[7,0,0,0,0,8,0,0,9],[0,0,8,0,0,0,0,0,5],[0,0,0,0,0,0,0,0,7]],"date":"2025-04-07T04:43:42.604Z","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"}]}