tylerxdurden commited on
Commit
c150b01
·
verified ·
1 Parent(s): fbae40f

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. task_04_ca_inverse/medium/2048/puzzle_0187.png +3 -0
  2. task_05_logic_grid/easy/meta_0004.json +23 -0
  3. task_05_logic_grid/easy/meta_0005.json +23 -0
  4. task_05_logic_grid/easy/meta_0008.json +23 -0
  5. task_05_logic_grid/easy/meta_0012.json +23 -0
  6. task_05_logic_grid/easy/meta_0013.json +23 -0
  7. task_05_logic_grid/easy/meta_0024.json +23 -0
  8. task_05_logic_grid/easy/meta_0028.json +23 -0
  9. task_05_logic_grid/easy/meta_0029.json +23 -0
  10. task_05_logic_grid/easy/meta_0032.json +23 -0
  11. task_05_logic_grid/easy/meta_0044.json +23 -0
  12. task_05_logic_grid/easy/meta_0045.json +23 -0
  13. task_05_logic_grid/easy/meta_0049.json +23 -0
  14. task_05_logic_grid/easy/meta_0052.json +23 -0
  15. task_05_logic_grid/easy/meta_0053.json +23 -0
  16. task_05_logic_grid/easy/meta_0065.json +23 -0
  17. task_05_logic_grid/easy/meta_0068.json +23 -0
  18. task_05_logic_grid/easy/meta_0069.json +23 -0
  19. task_05_logic_grid/easy/meta_0073.json +23 -0
  20. task_05_logic_grid/easy/meta_0086.json +23 -0
  21. task_05_logic_grid/easy/meta_0087.json +23 -0
  22. task_05_logic_grid/easy/meta_0090.json +23 -0
  23. task_05_logic_grid/easy/meta_0091.json +23 -0
  24. task_05_logic_grid/easy/meta_0100.json +23 -0
  25. task_05_logic_grid/easy/meta_0101.json +23 -0
  26. task_05_logic_grid/easy/meta_0116.json +23 -0
  27. task_05_logic_grid/easy/meta_0117.json +23 -0
  28. task_05_logic_grid/easy/meta_0120.json +23 -0
  29. task_05_logic_grid/easy/meta_0136.json +23 -0
  30. task_05_logic_grid/easy/meta_0140.json +23 -0
  31. task_05_logic_grid/easy/meta_0141.json +23 -0
  32. task_05_logic_grid/easy/meta_0156.json +23 -0
  33. task_05_logic_grid/easy/meta_0157.json +23 -0
  34. task_05_logic_grid/easy/meta_0161.json +23 -0
  35. task_05_logic_grid/easy/meta_0177.json +23 -0
  36. task_05_logic_grid/easy/meta_0182.json +23 -0
  37. task_05_logic_grid/easy/meta_0183.json +23 -0
  38. task_05_logic_grid/easy/meta_0194.json +23 -0
  39. task_05_logic_grid/easy/meta_0195.json +23 -0
  40. task_05_logic_grid/easy/meta_0198.json +23 -0
  41. task_05_logic_grid/hard/meta_0000.json +23 -0
  42. task_05_logic_grid/hard/meta_0001.json +23 -0
  43. task_05_logic_grid/hard/meta_0002.json +23 -0
  44. task_05_logic_grid/hard/meta_0003.json +23 -0
  45. task_05_logic_grid/hard/meta_0004.json +23 -0
  46. task_05_logic_grid/hard/meta_0005.json +23 -0
  47. task_05_logic_grid/hard/meta_0006.json +23 -0
  48. task_05_logic_grid/hard/meta_0007.json +23 -0
  49. task_05_logic_grid/hard/meta_0008.json +23 -0
  50. task_05_logic_grid/hard/meta_0009.json +23 -0
task_04_ca_inverse/medium/2048/puzzle_0187.png ADDED

Git LFS Details

  • SHA256: 86ec7e8df52bf077c58ef37d7052cc97fe5220fbea5bc4fb428b9fc37fd2688e
  • Pointer size: 130 Bytes
  • Size of remote file: 49.1 kB
task_05_logic_grid/easy/meta_0004.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 46,
10
+ "puzzle_id": "logic_grid_easy_0046",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0005.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 47,
10
+ "puzzle_id": "logic_grid_easy_0047",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0008.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 50,
10
+ "puzzle_id": "logic_grid_easy_0050",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0012.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 54,
10
+ "puzzle_id": "logic_grid_easy_0054",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0013.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 55,
10
+ "puzzle_id": "logic_grid_easy_0055",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0024.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 66,
10
+ "puzzle_id": "logic_grid_easy_0066",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0028.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 70,
10
+ "puzzle_id": "logic_grid_easy_0070",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0029.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 71,
10
+ "puzzle_id": "logic_grid_easy_0071",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0032.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 74,
10
+ "puzzle_id": "logic_grid_easy_0074",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0044.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 86,
10
+ "puzzle_id": "logic_grid_easy_0086",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0045.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 87,
10
+ "puzzle_id": "logic_grid_easy_0087",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0049.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 91,
10
+ "puzzle_id": "logic_grid_easy_0091",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0052.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 94,
10
+ "puzzle_id": "logic_grid_easy_0094",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0053.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 95,
10
+ "puzzle_id": "logic_grid_easy_0095",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0065.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 107,
10
+ "puzzle_id": "logic_grid_easy_0107",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0068.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 110,
10
+ "puzzle_id": "logic_grid_easy_0110",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0069.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 111,
10
+ "puzzle_id": "logic_grid_easy_0111",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0073.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 115,
10
+ "puzzle_id": "logic_grid_easy_0115",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0086.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 128,
10
+ "puzzle_id": "logic_grid_easy_0128",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0087.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 129,
10
+ "puzzle_id": "logic_grid_easy_0129",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0090.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 132,
10
+ "puzzle_id": "logic_grid_easy_0132",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0091.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 133,
10
+ "puzzle_id": "logic_grid_easy_0133",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0100.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 142,
10
+ "puzzle_id": "logic_grid_easy_0142",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0101.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 143,
10
+ "puzzle_id": "logic_grid_easy_0143",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0116.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 158,
10
+ "puzzle_id": "logic_grid_easy_0158",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0117.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 159,
10
+ "puzzle_id": "logic_grid_easy_0159",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0120.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 162,
10
+ "puzzle_id": "logic_grid_easy_0162",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0136.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 178,
10
+ "puzzle_id": "logic_grid_easy_0178",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0140.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 182,
10
+ "puzzle_id": "logic_grid_easy_0182",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0141.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 183,
10
+ "puzzle_id": "logic_grid_easy_0183",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0156.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 198,
10
+ "puzzle_id": "logic_grid_easy_0198",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0157.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 199,
10
+ "puzzle_id": "logic_grid_easy_0199",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0161.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 203,
10
+ "puzzle_id": "logic_grid_easy_0203",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0177.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 219,
10
+ "puzzle_id": "logic_grid_easy_0219",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0182.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 224,
10
+ "puzzle_id": "logic_grid_easy_0224",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0183.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 225,
10
+ "puzzle_id": "logic_grid_easy_0225",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0194.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 236,
10
+ "puzzle_id": "logic_grid_easy_0236",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0195.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 237,
10
+ "puzzle_id": "logic_grid_easy_0237",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/easy/meta_0198.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "easy",
4
+ "difficulty_params": {
5
+ "grid_size": 4,
6
+ "constraints": 6,
7
+ "types": 2
8
+ },
9
+ "seed": 240,
10
+ "puzzle_id": "logic_grid_easy_0240",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/hard/meta_0000.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "grid_size": 6,
6
+ "constraints": 16,
7
+ "types": 4
8
+ },
9
+ "seed": 42,
10
+ "puzzle_id": "logic_grid_hard_0042",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/hard/meta_0001.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "grid_size": 6,
6
+ "constraints": 16,
7
+ "types": 4
8
+ },
9
+ "seed": 43,
10
+ "puzzle_id": "logic_grid_hard_0043",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/hard/meta_0002.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "grid_size": 6,
6
+ "constraints": 16,
7
+ "types": 4
8
+ },
9
+ "seed": 44,
10
+ "puzzle_id": "logic_grid_hard_0044",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/hard/meta_0003.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "grid_size": 6,
6
+ "constraints": 16,
7
+ "types": 4
8
+ },
9
+ "seed": 45,
10
+ "puzzle_id": "logic_grid_hard_0045",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/hard/meta_0004.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "grid_size": 6,
6
+ "constraints": 16,
7
+ "types": 4
8
+ },
9
+ "seed": 46,
10
+ "puzzle_id": "logic_grid_hard_0046",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/hard/meta_0005.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "grid_size": 6,
6
+ "constraints": 16,
7
+ "types": 4
8
+ },
9
+ "seed": 47,
10
+ "puzzle_id": "logic_grid_hard_0047",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/hard/meta_0006.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "grid_size": 6,
6
+ "constraints": 16,
7
+ "types": 4
8
+ },
9
+ "seed": 48,
10
+ "puzzle_id": "logic_grid_hard_0048",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/hard/meta_0007.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "grid_size": 6,
6
+ "constraints": 16,
7
+ "types": 4
8
+ },
9
+ "seed": 49,
10
+ "puzzle_id": "logic_grid_hard_0049",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/hard/meta_0008.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "grid_size": 6,
6
+ "constraints": 16,
7
+ "types": 4
8
+ },
9
+ "seed": 50,
10
+ "puzzle_id": "logic_grid_hard_0050",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }
task_05_logic_grid/hard/meta_0009.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "task": "logic_grid",
3
+ "difficulty": "hard",
4
+ "difficulty_params": {
5
+ "grid_size": 6,
6
+ "constraints": 16,
7
+ "types": 4
8
+ },
9
+ "seed": 51,
10
+ "puzzle_id": "logic_grid_hard_0051",
11
+ "distractors_count": 4,
12
+ "distractor_violations": [
13
+ "constraint_violation",
14
+ "symbol_swap",
15
+ "non_unique",
16
+ "constraint_violation"
17
+ ],
18
+ "resolutions": [
19
+ 512,
20
+ 1024,
21
+ 2048
22
+ ]
23
+ }