Parcourir la source

Merge pull request #836 from Akatsuki06/patch-2

added topics for word search
FridaTveit il y a 9 ans
Parent
révision
33ba75a884
1 fichiers modifiés avec 8 ajouts et 1 suppressions
  1. 8
    1
      config.json

+ 8
- 1
config.json Voir le fichier

@@ -587,7 +587,14 @@
587 587
       "core": false,
588 588
       "difficulty": 7,
589 589
       "slug": "word-search",
590
-      "topics": null,
590
+      "topics": [
591
+        "strings",
592
+        "games",
593
+        "logic",
594
+        "matrices",
595
+        "searching",
596
+        "pattern_matching"
597
+      ],
591 598
       "unlocked_by": "scrabble-score",
592 599
       "uuid": "b53bde52-cb5f-4d43-86ec-18aa509d62f9"
593 600
     },