Просмотр исходного кода

Update config.json

added topics for word search
Suraj Singh 9 лет назад
Родитель
Сommit
0f231b075a
1 измененных файлов: 7 добавлений и 1 удалений
  1. 7
    1
      config.json

+ 7
- 1
config.json Просмотреть файл

572
       "core": false,
572
       "core": false,
573
       "difficulty": 7,
573
       "difficulty": 7,
574
       "slug": "word-search",
574
       "slug": "word-search",
575
-      "topics": null,
575
+      "topics": [
576
+        "string",
577
+        "words",
578
+        "loops",
579
+        "matrices",
580
+        "matching"
581
+      ],
576
       "unlocked_by": "scrabble-score",
582
       "unlocked_by": "scrabble-score",
577
       "uuid": "b53bde52-cb5f-4d43-86ec-18aa509d62f9"
583
       "uuid": "b53bde52-cb5f-4d43-86ec-18aa509d62f9"
578
     },
584
     },