add multilevel datasets in Sudoku Activity
Closed, ResolvedPublic

Description

Sudoku Activity
Goal: The aim of the puzzle is to enter a unique symbol or number from 1 to 9 in each cell of a grid.

MultipleData1: 3 star
Goal: Play with smaller grids using symbols.
Level 1: level will contain 5 sublevels of 3x3 grid with 6 filled and 3 empty cells.
Level 2: level will contain 5 sublevels of 3x3 grid with 5 filled and 4 empty cells.
Level 3: level will contain 5 sublevels of 3x3 grid with 4 filled and 5 empty cells.
(Similar to levels -1, 2, 3 of the current implementation.)

MultipleData2: 4 star
Goal: Play with medium size grids using symbols.
Level 1: level will contain 5 sublevels of 4x4 grid with 12 filled and 4 empty cells.
Level 2: level will contain 5 sublevels of 4x4 grid with 8 filled and 8 empty cells.
Level 3: level will contain 5 sublevels of 4x4 grid with 6 filled and 10 empty cells.
(Similar to levels -4, 5, 6 of current implementation.)
Grids will further be divided into 2x2 subgrids.

MultipleData3: 5 star
Goal: Play with medium size grids using numbers and symbols.
Level 1: level will contain 5 sublevels of 5x5 grid with 15 filled and 10 empty cells. (using symbols)
Level 2: level will contain 5 sublevels of 5x5 grid with 10 filled and 15 empty cells. (using symbols)
Level 3: level will contain 5 sublevels of 5x5 grid with 15 filled and 10 empty cells. (using numbers)
Level 4: level will contain 5 sublevels of 5x5 grid with 10 filled and 15 empty cells. (using numbers)
(Similar to levels 7,8 of current implementation.)

MultipleData4: 6 star
Goal: Play with larger grids using numbers.
Level 1: level will contain 5 sublevels of 9x9 grid with 60 filled and 31 empty cells.
Level 2: level will contain 5 sublevels of 9x9 grid with 55 filled and 36 empty cells.
Level 3: level will contain 5 sublevels of 9x9 grid with 50 filled and 41 empty cells.
Level 4: level will contain 5 sublevels of 9x9 grid with 45 filled and 46 empty cells.
9x9 grids will further divide into 3x3 subgrids
(Similar to level -9, 10, 11, 12, 13 of current implementation)

Details