A sudoku game (RULES bellow) - choose the difficulty (hard might take a minute) - select a square by clicking it - change its value with by typing a number - 0 to erase (/ X in mobile mode) - "check" to see if you have won / have a correct non-complete grid) SUDOKU Game : The goal of the SUDOKU is to fill all lines / columns / "big square of 3x3"; (that's 9 "little squares" each time) with ALL the digits form 1 to 9 included. You can do that by completion (if there are all digits but one on a line, column, or 3x3square, that means that it's this one that is in the last gap) elimination (there isn't a 1 as an example in this 3x3square yet that mean you "need a 1 in it", you then look for other 1 an d where you find them, there isn't any more 1 on the same line or column, this way can possibly find the ONLY remaining square it can be on the square of 3x3. It works the same for lines, columns and with any digit)
Made myself using the backtracking method idea Thanks to : - @ifivafan for a usefull optimization feedback - @marty9236 for the erase idea - @Hilding35 for the new background colour If you think there is a glitch, please REMIX right away, don't change anything and tell me in the COMMENTS NB : -@ralfisalhon has a really awesome generator that was way faster than mine, it has tough patterns, but is still worth seeing : http://scratch.mit.edu/projects/2898363/ Features updates : - Now mobile friendly (04/03/2022) - re-made the engine to make it scratch 3 friendly : no more hacked blocks and way faster... - 10 000 views (28 / 10 / 2014) THANK YOU ! - modified the engine (31 / 10 / 2014) - changed background (30 / 10 / 2014) - added erase (28 / 10 / 2014) - changed difficulties (28 / 10 / 2014) - featured (28 / 10 / 2014) THANK YOU ! - working in 1 day CHALLENGE -> success - check (30 / 08 / 2014) - replay (30 / 08 / 2014) - reset (30/08/2014) - difficulties (30/08/2014) - shared (30/08/2014)