瀏覽代碼

Merge pull request #838 from Akatsuki06/patch-3

Added topics for minesweeper
FridaTveit 9 年之前
父節點
當前提交
54dabf6f57
共有 1 個文件被更改,包括 8 次插入1 次删除
  1. 8
    1
      config.json

+ 8
- 1
config.json 查看文件

524
       "core": false,
524
       "core": false,
525
       "difficulty": 6,
525
       "difficulty": 6,
526
       "slug": "minesweeper",
526
       "slug": "minesweeper",
527
-      "topics": null,
527
+      "topics": [
528
+        "integers",
529
+        "matrices",
530
+        "games",
531
+        "conditionals",
532
+        "strings",
533
+        "lists"
534
+      ],
528
       "unlocked_by": "scrabble-score",
535
       "unlocked_by": "scrabble-score",
529
       "uuid": "416a1489-12af-4593-8540-0f55285c96b4"
536
       "uuid": "416a1489-12af-4593-8540-0f55285c96b4"
530
     },
537
     },