浏览代码

Added topics for minesweeper

Suraj Singh 9 年前
父节点
当前提交
a910eea0c7
共有 1 个文件被更改,包括 6 次插入1 次删除
  1. 6
    1
      config.json

+ 6
- 1
config.json 查看文件

509
       "core": false,
509
       "core": false,
510
       "difficulty": 6,
510
       "difficulty": 6,
511
       "slug": "minesweeper",
511
       "slug": "minesweeper",
512
-      "topics": null,
512
+      "topics": [
513
+        "integers",
514
+        "matrices",
515
+        "games",
516
+        "conditionals"
517
+      ],
513
       "unlocked_by": "scrabble-score",
518
       "unlocked_by": "scrabble-score",
514
       "uuid": "416a1489-12af-4593-8540-0f55285c96b4"
519
       "uuid": "416a1489-12af-4593-8540-0f55285c96b4"
515
     },
520
     },